Skip to content

Commit

Permalink
Bump pyicloud to 0.9.3 (home-assistant#32582)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentame authored Mar 8, 2020
1 parent 4fbc404 commit 8a878bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/icloud/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Apple iCloud",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/icloud",
"requirements": ["pyicloud==0.9.2"],
"requirements": ["pyicloud==0.9.3"],
"dependencies": [],
"codeowners": ["@Quentame"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ pyhomeworks==0.0.6
pyialarm==0.3

# homeassistant.components.icloud
pyicloud==0.9.2
pyicloud==0.9.3

# homeassistant.components.intesishome
pyintesishome==1.6
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ pyheos==0.6.0
pyhomematic==0.1.65

# homeassistant.components.icloud
pyicloud==0.9.2
pyicloud==0.9.3

# homeassistant.components.ipma
pyipma==2.0.5
Expand Down

0 comments on commit 8a878bb

Please sign in to comment.