diff --git a/custom_components/ble_monitor/manifest.json b/custom_components/ble_monitor/manifest.json index dc1f59b3..b9a8e3e6 100644 --- a/custom_components/ble_monitor/manifest.json +++ b/custom_components/ble_monitor/manifest.json @@ -8,11 +8,11 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/custom-components/ble_monitor/issues", "requirements": [ - "pycryptodomex>=3.19.1", - "janus>=1.0.0", + "pycryptodomex>=3.21.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 f2916871..10bd331c 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,8 +1,8 @@ -pytest-homeassistant-custom-component==0.13.181 +pytest-homeassistant-custom-component==0.13.193 # BLE monitor requirements -pycryptodomex==3.19.1 -janus==1.0.0 +pycryptodomex==3.21.0 +janus==2.0.0 aioblescan==0.2.14 -btsocket==0.2.0 +btsocket==0.3.0 pyric==0.1.6.3