Fix typer/click incompatibilty for unifiprotect (#71555)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Christopher Bailey
2022-05-08 22:07:12 -04:00
committed by GitHub
parent 0b8f87169b
commit 6da889326b
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
"name": "UniFi Protect",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/unifiprotect",
"requirements": ["pyunifiprotect==3.4.0", "unifi-discovery==1.1.2"],
"requirements": ["pyunifiprotect==3.4.1", "unifi-discovery==1.1.2"],
"dependencies": ["http"],
"codeowners": ["@briis", "@AngellusMortis", "@bdraco"],
"quality_scale": "platinum",

View File

@@ -1984,7 +1984,7 @@ pytrafikverket==0.2.0.1
pyudev==0.22.0
# homeassistant.components.unifiprotect
pyunifiprotect==3.4.0
pyunifiprotect==3.4.1
# homeassistant.components.uptimerobot
pyuptimerobot==22.2.0

View File

@@ -1307,7 +1307,7 @@ pytrafikverket==0.2.0.1
pyudev==0.22.0
# homeassistant.components.unifiprotect
pyunifiprotect==3.4.0
pyunifiprotect==3.4.1
# homeassistant.components.uptimerobot
pyuptimerobot==22.2.0