Bump proxmoxer to 2.0.1 in Proxmox VE (#90378)

pull/90384/head
dougiteixeira 2023-03-27 20:27:54 -03:00 committed by GitHub
parent 59113a3e4c
commit 5b4663d2ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

View File

@ -3,8 +3,7 @@ from __future__ import annotations
from datetime import timedelta
from proxmoxer import ProxmoxAPI
from proxmoxer.backends.https import AuthenticationError
from proxmoxer import AuthenticationError, ProxmoxAPI
from proxmoxer.core import ResourceException
import requests.exceptions
from requests.exceptions import ConnectTimeout, SSLError

View File

@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/proxmoxve",
"iot_class": "local_polling",
"loggers": ["proxmoxer"],
"requirements": ["proxmoxer==1.3.1"]
"requirements": ["proxmoxer==2.0.1"]
}

View File

@ -1397,7 +1397,7 @@ proliphix==0.4.1
prometheus_client==0.7.1
# homeassistant.components.proxmoxve
proxmoxer==1.3.1
proxmoxer==2.0.1
# homeassistant.components.hardware
psutil-home-assistant==0.0.1