fix for python3.12 and updates some packages

This commit is contained in:
Mathieu Broillet 2024-03-17 12:27:13 +01:00
parent 028769faac
commit 601258a6a3
Signed by: mathieu
GPG Key ID: C0E9E0E95AF03319
2 changed files with 10 additions and 8 deletions

View File

@ -11,8 +11,10 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/M4TH1EU/HA-EasyComputerManager/issues",
"requirements": [
"wakeonlan==2.1.0",
"fabric2==2.7.1"
"construct==2.10.70",
"wakeonlan==3.1.0",
"fabric2==3.2.2",
"paramiko==3.4.0"
],
"version": "1.1.0"
"version": "1.3.0"
}

View File

@ -1,5 +1,5 @@
fabric2~=3.1.0
paramiko~=3.2.0
voluptuous~=0.13.1
wakeonlan~=3.0.0
homeassistant~=2023.7.2
fabric2~=3.2.2
paramiko~=3.4.0
voluptuous~=0.14.2
wakeonlan~=3.1.0
homeassistant~=2024.3.1