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