We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa9737 commit 53a50ccCopy full SHA for 53a50cc
custom_components/ble_monitor/manifest.json
@@ -8,7 +8,7 @@
8
"iot_class": "local_polling",
9
"issue_tracker": "https://github.com/custom-components/ble_monitor/issues",
10
"requirements": [
11
- "pycryptodomex>=3.19.1",
+ "pycryptodomex>=3.21.0",
12
"janus>=1.0.0",
13
"aioblescan>=0.2.14",
14
"btsocket>=0.2.0",
requirements_test.txt
@@ -1,7 +1,7 @@
1
pytest-homeassistant-custom-component==0.13.193
2
3
# BLE monitor requirements
4
-pycryptodomex==3.19.1
+pycryptodomex==3.21.0
5
janus==1.0.0
6
aioblescan==0.2.14
7
btsocket==0.2.0
0 commit comments