From 2aa973759640f2cc61ba808e16399594762058b4 Mon Sep 17 00:00:00 2001 From: Ernst Date: Sun, 15 Dec 2024 20:02:17 +0100 Subject: [PATCH 1/3] bump HA pytest requirement --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index f2916871..8afa1f98 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,4 +1,4 @@ -pytest-homeassistant-custom-component==0.13.181 +pytest-homeassistant-custom-component==0.13.193 # BLE monitor requirements pycryptodomex==3.19.1 From 53a50cc855ba84cb6d2fab0866201681f7221010 Mon Sep 17 00:00:00 2001 From: Ernst Date: Sun, 15 Dec 2024 20:08:06 +0100 Subject: [PATCH 2/3] bump pycryptodomex to 3.21.0 --- custom_components/ble_monitor/manifest.json | 2 +- requirements_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/ble_monitor/manifest.json b/custom_components/ble_monitor/manifest.json index dc1f59b3..9af27179 100644 --- a/custom_components/ble_monitor/manifest.json +++ b/custom_components/ble_monitor/manifest.json @@ -8,7 +8,7 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/custom-components/ble_monitor/issues", "requirements": [ - "pycryptodomex>=3.19.1", + "pycryptodomex>=3.21.0", "janus>=1.0.0", "aioblescan>=0.2.14", "btsocket>=0.2.0", diff --git a/requirements_test.txt b/requirements_test.txt index 8afa1f98..b28cc293 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,7 +1,7 @@ pytest-homeassistant-custom-component==0.13.193 # BLE monitor requirements -pycryptodomex==3.19.1 +pycryptodomex==3.21.0 janus==1.0.0 aioblescan==0.2.14 btsocket==0.2.0 From 867f5028c46aa94e7151db3ba4d53a84cd655697 Mon Sep 17 00:00:00 2001 From: Ernst Date: Sun, 15 Dec 2024 20:12:17 +0100 Subject: [PATCH 3/3] bump janus and btsocket --- custom_components/ble_monitor/manifest.json | 6 +++--- requirements_test.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/custom_components/ble_monitor/manifest.json b/custom_components/ble_monitor/manifest.json index 9af27179..b9a8e3e6 100644 --- a/custom_components/ble_monitor/manifest.json +++ b/custom_components/ble_monitor/manifest.json @@ -9,10 +9,10 @@ "issue_tracker": "https://github.com/custom-components/ble_monitor/issues", "requirements": [ "pycryptodomex>=3.21.0", - "janus>=1.0.0", + "janus>=2.0.0", "aioblescan>=0.2.14", - "btsocket>=0.2.0", + "btsocket>=0.3.0", "pyric>=0.1.6.3" ], - "version": "12.20.0" + "version": "13.0.0-beta" } diff --git a/requirements_test.txt b/requirements_test.txt index b28cc293..10bd331c 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -2,7 +2,7 @@ pytest-homeassistant-custom-component==0.13.193 # BLE monitor requirements pycryptodomex==3.21.0 -janus==1.0.0 +janus==2.0.0 aioblescan==0.2.14 -btsocket==0.2.0 +btsocket==0.3.0 pyric==0.1.6.3