Skip to content

Commit

Permalink
Merge pull request #1242 from custom-components/bump_pycryptodomex
Browse files Browse the repository at this point in the history
bump dependencies
  • Loading branch information
Ernst79 authored Sep 22, 2023
2 parents fe7f70b + 0ee1b3b commit a01dae6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Python
uses: "actions/setup-python@v4"
with:
python-version: "3.10"
python-version: "3.11"
- name: Install requirements
run: python3 -m pip install -r requirements_test.txt
- name: Run pytest
Expand Down
2 changes: 1 addition & 1 deletion custom_components/ble_monitor/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/custom-components/ble_monitor/issues",
"requirements": [
"pycryptodomex>=3.14.1",
"pycryptodomex>=3.19.0",
"janus>=1.0.0",
"aioblescan>=0.2.14",
"btsocket>=0.2.0",
Expand Down
4 changes: 2 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pytest-homeassistant-custom-component==0.13.45
pytest-homeassistant-custom-component==0.13.56

# BLE montitor requirements
pycryptodomex==3.14.1
pycryptodomex==3.19.0
janus==1.0.0
aioblescan==0.2.14
btsocket==0.2.0
Expand Down

0 comments on commit a01dae6

Please sign in to comment.