Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre0512 committed Nov 20, 2023
1 parent 16b9215 commit 10bcc48
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion custom_components/hon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/Andre0512/hon/issues",
"requirements": [
"pyhOn==0.15.9"
"pyhOn==0.15.12"
],
"version": "0.10.1-beta.1"
}
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
pyhOn
homeassistant
pyhOn==0.15.12
11 changes: 6 additions & 5 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
homeassistant~=2023.9.3
black~=23.7.0
flake8~=6.0.0
mypy~=1.4.1
pylint~=2.17.4
homeassistant>=2023.11.3
black>=23.11
flake8>=6.1
mypy>=1.7
pylint>=3.0
setuptools>=68.2

0 comments on commit 10bcc48

Please sign in to comment.