From cf3f755edc35e82180417243cc00af830bf4db82 Mon Sep 17 00:00:00 2001 From: John Hollowell Date: Thu, 2 Jul 2020 08:10:14 -0400 Subject: [PATCH] Update proxmoxve integration to correctly renew authentication (#37016) --- homeassistant/components/proxmoxve/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/proxmoxve/manifest.json b/homeassistant/components/proxmoxve/manifest.json index 4040ca7c469..a47ce0a28ee 100644 --- a/homeassistant/components/proxmoxve/manifest.json +++ b/homeassistant/components/proxmoxve/manifest.json @@ -3,5 +3,5 @@ "name": "Proxmox VE", "documentation": "https://www.home-assistant.io/integrations/proxmoxve", "codeowners": ["@k4ds3", "@jhollowe"], - "requirements": ["proxmoxer==1.1.0"] + "requirements": ["proxmoxer==1.1.1"] } diff --git a/requirements_all.txt b/requirements_all.txt index d6c14064f45..460d8c6338b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1128,7 +1128,7 @@ prometheus_client==0.7.1 protobuf==3.6.1 # homeassistant.components.proxmoxve -proxmoxer==1.1.0 +proxmoxer==1.1.1 # homeassistant.components.systemmonitor psutil==5.7.0