diff --git a/homeassistant/components/proxmoxve/manifest.json b/homeassistant/components/proxmoxve/manifest.json index 4b600abc930..aa76aa60118 100644 --- a/homeassistant/components/proxmoxve/manifest.json +++ b/homeassistant/components/proxmoxve/manifest.json @@ -3,7 +3,7 @@ "name": "Proxmox VE", "documentation": "https://www.home-assistant.io/integrations/proxmoxve", "codeowners": ["@jhollowe", "@Corbeno"], - "requirements": ["proxmoxer==1.1.1"], + "requirements": ["proxmoxer==1.3.1"], "iot_class": "local_polling", "loggers": ["proxmoxer"] } diff --git a/requirements_all.txt b/requirements_all.txt index f0418e6596f..ee66e93b7e8 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1275,7 +1275,7 @@ proliphix==0.4.1 prometheus_client==0.7.1 # homeassistant.components.proxmoxve -proxmoxer==1.1.1 +proxmoxer==1.3.1 # homeassistant.components.systemmonitor psutil==5.9.0