Skip to content

Commit

Permalink
Merge pull request #1419 from custom-components/bump_requirements
Browse files Browse the repository at this point in the history
bump requirements
  • Loading branch information
Ernst79 authored Dec 24, 2024
2 parents 4353179 + 867f502 commit 5bcc7a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions custom_components/ble_monitor/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
8 changes: 4 additions & 4 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5bcc7a8

Please sign in to comment.