diff --git a/homeassistant/components/airthings_ble/manifest.json b/homeassistant/components/airthings_ble/manifest.json
index b86bc3148193698b3db9853d870ed2b35c26c35a..6c00fe79e7bd3ad97d6f578b29bddde3474fea59 100644
--- a/homeassistant/components/airthings_ble/manifest.json
+++ b/homeassistant/components/airthings_ble/manifest.json
@@ -24,5 +24,5 @@
   "dependencies": ["bluetooth_adapters"],
   "documentation": "https://www.home-assistant.io/integrations/airthings_ble",
   "iot_class": "local_polling",
-  "requirements": ["airthings-ble==0.9.0"]
+  "requirements": ["airthings-ble==0.9.1"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index 99229c45f475585e11a26633cb6d86faced4834f..fa29a8307681fade8247b49d384a186a0810eb75 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -416,7 +416,7 @@ airgradient==0.8.0
 airly==1.1.0
 
 # homeassistant.components.airthings_ble
-airthings-ble==0.9.0
+airthings-ble==0.9.1
 
 # homeassistant.components.airthings
 airthings-cloud==0.2.0
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index d5dd61bdf6eb0a73da33052d443d674c05b41dba..c233fae27a0de233fbf611bad32e95c00e52c1a7 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -398,7 +398,7 @@ airgradient==0.8.0
 airly==1.1.0
 
 # homeassistant.components.airthings_ble
-airthings-ble==0.9.0
+airthings-ble==0.9.1
 
 # homeassistant.components.airthings
 airthings-cloud==0.2.0
diff --git a/script/licenses.py b/script/licenses.py
index 8a10b9a7530fa8ac4157b545c4bb7d04f5840332..7bcbfb6179a2feb3ffe66070b124b936ba72f6d5 100644
--- a/script/licenses.py
+++ b/script/licenses.py
@@ -129,7 +129,6 @@ EXCEPTIONS = {
     "aiooui",  # https://github.com/Bluetooth-Devices/aiooui/pull/8
     "aioruuvigateway",  # https://github.com/akx/aioruuvigateway/pull/6
     "aiovodafone",  # https://github.com/chemelli74/aiovodafone/pull/131
-    "airthings-ble",  # https://github.com/Airthings/airthings-ble/pull/42
     "apple_weatherkit",  # https://github.com/tjhorner/python-weatherkit/pull/3
     "asyncio",  # PSF License
     "chacha20poly1305",  # LGPL