From 2ff0102bced39e33cfb331f6767008111a850655 Mon Sep 17 00:00:00 2001 From: Niklas Roth <36939232+Nirostar@users.noreply.github.com> Date: Fri, 23 Feb 2024 20:51:29 +0100 Subject: [PATCH] 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) --- homeassistant/components/hp_ilo/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/hp_ilo/manifest.json b/homeassistant/components/hp_ilo/manifest.json index 962afef0d90..378a9ac1865 100644 --- a/homeassistant/components/hp_ilo/manifest.json +++ b/homeassistant/components/hp_ilo/manifest.json @@ -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"] } diff --git a/requirements_all.txt b/requirements_all.txt index 9a22863128b..ead368573fc 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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