We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4353179 + 867f502 commit 5bcc7a8Copy full SHA for 5bcc7a8
custom_components/ble_monitor/manifest.json
@@ -8,11 +8,11 @@
8
"iot_class": "local_polling",
9
"issue_tracker": "https://github.com/custom-components/ble_monitor/issues",
10
"requirements": [
11
- "pycryptodomex>=3.19.1",
12
- "janus>=1.0.0",
+ "pycryptodomex>=3.21.0",
+ "janus>=2.0.0",
13
"aioblescan>=0.2.14",
14
- "btsocket>=0.2.0",
+ "btsocket>=0.3.0",
15
"pyric>=0.1.6.3"
16
],
17
- "version": "12.20.0"
+ "version": "13.0.0-beta"
18
}
requirements_test.txt
@@ -1,8 +1,8 @@
1
-pytest-homeassistant-custom-component==0.13.181
+pytest-homeassistant-custom-component==0.13.193
2
3
# BLE monitor requirements
4
-pycryptodomex==3.19.1
5
-janus==1.0.0
+pycryptodomex==3.21.0
+janus==2.0.0
6
aioblescan==0.2.14
7
-btsocket==0.2.0
+btsocket==0.3.0
pyric==0.1.6.3
0 commit comments