From 51fd8e12885d41365bb92bbe7b16b04a68ff4661 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A5le=20Stor=C3=B8=20Hauknes?=
 <stale.semb@airthings.com>
Date: Tue, 27 Aug 2024 01:59:28 +0200
Subject: [PATCH] Bump airthings-ble to 0.9.1 (#124658)

---
 homeassistant/components/airthings_ble/manifest.json | 2 +-
 requirements_all.txt                                 | 2 +-
 requirements_test_all.txt                            | 2 +-
 script/licenses.py                                   | 1 -
 4 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/homeassistant/components/airthings_ble/manifest.json b/homeassistant/components/airthings_ble/manifest.json
index b86bc314819..6c00fe79e7b 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 99229c45f47..fa29a830768 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 d5dd61bdf6e..c233fae27a0 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 8a10b9a7530..7bcbfb6179a 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
-- 
GitLab