Bump python-hpilo to 4.4.3 (#110325)
* Update hpilo version in requirements_all.txt (#109581) The issue with the deprecated and now removed ssl.wrap_socket function was fixed years ago in the library * Update hpilo version in manifest.json (#109581)pull/111244/head
parent
125de17a09
commit
2ff0102bce
|
@ -4,5 +4,5 @@
|
|||
"codeowners": [],
|
||||
"documentation": "https://www.home-assistant.io/integrations/hp_ilo",
|
||||
"iot_class": "local_polling",
|
||||
"requirements": ["python-hpilo==4.3"]
|
||||
"requirements": ["python-hpilo==4.4.3"]
|
||||
}
|
||||
|
|
|
@ -2235,7 +2235,7 @@ python-homeassistant-analytics==0.6.0
|
|||
python-homewizard-energy==4.3.0
|
||||
|
||||
# homeassistant.components.hp_ilo
|
||||
python-hpilo==4.3
|
||||
python-hpilo==4.4.3
|
||||
|
||||
# homeassistant.components.izone
|
||||
python-izone==1.2.9
|
||||
|
|
Loading…
Reference in New Issue