Skip to content

Commit 867f502

Browse files
author
Ernst
committed
bump janus and btsocket
1 parent 53a50cc commit 867f502

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: custom_components/ble_monitor/manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"issue_tracker": "https://github.com/custom-components/ble_monitor/issues",
1010
"requirements": [
1111
"pycryptodomex>=3.21.0",
12-
"janus>=1.0.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
}

Diff for: requirements_test.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pytest-homeassistant-custom-component==0.13.193
22

33
# BLE monitor requirements
44
pycryptodomex==3.21.0
5-
janus==1.0.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)