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",
"issue_tracker": "https://github.com/Andre0512/hon/issues",
"requirements": [
"pyhOn==0.15.9"
"pyhOn==0.15.12"
],
"version": "0.10.1-beta.1"
}

View File

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

View File

@ -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