From 5ce6ea2df5e690f9f09b7760928d6537a42461d2 Mon Sep 17 00:00:00 2001 From: Johnny Moore Date: Tue, 23 Jul 2019 22:20:05 +0100 Subject: [PATCH] Upgrade HPILO requirement to v4.3 (#25444) * Update Python-HPILO to 4.3 Update of Python-HPILO requirement to 4.3 to resolve outstanding SSL connections for older HP servers (ILO 3) * Update requirements_all.txt Update HPILO to 4.3 --- 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 3df6632e47a..a3d5853541f 100644 --- a/homeassistant/components/hp_ilo/manifest.json +++ b/homeassistant/components/hp_ilo/manifest.json @@ -3,7 +3,7 @@ "name": "Hp ilo", "documentation": "https://www.home-assistant.io/components/hp_ilo", "requirements": [ - "python-hpilo==3.9" + "python-hpilo==4.3" ], "dependencies": [], "codeowners": [] diff --git a/requirements_all.txt b/requirements_all.txt index ab77d00155e..3059ac6ed51 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1447,7 +1447,7 @@ python-gc100==1.0.3a python-gitlab==1.6.0 # homeassistant.components.hp_ilo -python-hpilo==3.9 +python-hpilo==4.3 # homeassistant.components.joaoapps_join python-join-api==0.0.4