Skip to content

Commit

Permalink
Bump PyISY to 3.1.4 to fix dependency issues (#85825)
Browse files Browse the repository at this point in the history
  • Loading branch information
shbatm committed Jan 13, 2023
1 parent a5a079f commit 8dadbe4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/isy994/manifest.json
Expand Up @@ -3,7 +3,7 @@
"name": "Universal Devices ISY/IoX",
"integration_type": "hub",
"documentation": "https://www.home-assistant.io/integrations/isy994",
"requirements": ["pyisy==3.1.3"],
"requirements": ["pyisy==3.1.4"],
"codeowners": ["@bdraco", "@shbatm"],
"config_flow": true,
"ssdp": [
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -1696,7 +1696,7 @@ pyirishrail==0.0.2
pyiss==1.0.1

# homeassistant.components.isy994
pyisy==3.1.3
pyisy==3.1.4

# homeassistant.components.itach
pyitachip2ir==0.0.7
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -1215,7 +1215,7 @@ pyiqvia==2022.04.0
pyiss==1.0.1

# homeassistant.components.isy994
pyisy==3.1.3
pyisy==3.1.4

# homeassistant.components.kaleidescape
pykaleidescape==1.0.1
Expand Down

0 comments on commit 8dadbe4

Please sign in to comment.