Skip to content

Commit

Permalink
Bump overkiz dependency to 1.7.7 (home-assistant#89163)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl authored Mar 5, 2023
1 parent afd37c8 commit 85618fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/overkiz/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"integration_type": "hub",
"iot_class": "cloud_polling",
"loggers": ["boto3", "botocore", "pyhumps", "pyoverkiz", "s3transfer"],
"requirements": ["pyoverkiz==1.7.6"],
"requirements": ["pyoverkiz==1.7.7"],
"zeroconf": [
{
"type": "_kizbox._tcp.local.",
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1857,7 +1857,7 @@ pyotgw==2.1.3
pyotp==2.8.0

# homeassistant.components.overkiz
pyoverkiz==1.7.6
pyoverkiz==1.7.7

# homeassistant.components.openweathermap
pyowm==3.2.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ pyotgw==2.1.3
pyotp==2.8.0

# homeassistant.components.overkiz
pyoverkiz==1.7.6
pyoverkiz==1.7.7

# homeassistant.components.openweathermap
pyowm==3.2.0
Expand Down

0 comments on commit 85618fd

Please sign in to comment.