Skip to content

Commit 5bcc7a8

Browse files
authored
Merge pull request #1419 from custom-components/bump_requirements
bump requirements
2 parents 4353179 + 867f502 commit 5bcc7a8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

custom_components/ble_monitor/manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"iot_class": "local_polling",
99
"issue_tracker": "https://github.com/custom-components/ble_monitor/issues",
1010
"requirements": [
11-
"pycryptodomex>=3.19.1",
12-
"janus>=1.0.0",
11+
"pycryptodomex>=3.21.0",
12+
"janus>=2.0.0",
1313
"aioblescan>=0.2.14",
14-
"btsocket>=0.2.0",
14+
"btsocket>=0.3.0",
1515
"pyric>=0.1.6.3"
1616
],
17-
"version": "12.20.0"
17+
"version": "13.0.0-beta"
1818
}

requirements_test.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
pytest-homeassistant-custom-component==0.13.181
1+
pytest-homeassistant-custom-component==0.13.193
22

33
# BLE monitor requirements
4-
pycryptodomex==3.19.1
5-
janus==1.0.0
4+
pycryptodomex==3.21.0
5+
janus==2.0.0
66
aioblescan==0.2.14
7-
btsocket==0.2.0
7+
btsocket==0.3.0
88
pyric==0.1.6.3

0 commit comments

Comments
 (0)