Bump dependencies

This commit is contained in:
Andre Basche 2023-11-20 01:15:28 +01:00
parent 16b9215e46
commit 10bcc486e4
3 changed files with 8 additions and 8 deletions

View file

@ -9,7 +9,7 @@
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"issue_tracker": "https://github.com/Andre0512/hon/issues", "issue_tracker": "https://github.com/Andre0512/hon/issues",
"requirements": [ "requirements": [
"pyhOn==0.15.9" "pyhOn==0.15.12"
], ],
"version": "0.10.1-beta.1" "version": "0.10.1-beta.1"
} }

View file

@ -1,2 +1 @@
pyhOn pyhOn==0.15.12
homeassistant

View file

@ -1,5 +1,6 @@
homeassistant~=2023.9.3 homeassistant>=2023.11.3
black~=23.7.0 black>=23.11
flake8~=6.0.0 flake8>=6.1
mypy~=1.4.1 mypy>=1.7
pylint~=2.17.4 pylint>=3.0
setuptools>=68.2