Skip to content

Commit

Permalink
Bump pysmartthings and pysmartapp (home-assistant#43240)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsayre authored Nov 14, 2020
1 parent 4e00a8a commit cd42d82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/smartthings/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "SmartThings",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/smartthings",
"requirements": ["pysmartapp==0.3.2", "pysmartthings==0.7.4"],
"requirements": ["pysmartapp==0.3.3", "pysmartthings==0.7.6"],
"dependencies": ["webhook"],
"after_dependencies": ["cloud"],
"codeowners": ["@andrewsayre"]
Expand Down
4 changes: 2 additions & 2 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1680,10 +1680,10 @@ pysma==0.3.5
pysmappee==0.2.13

# homeassistant.components.smartthings
pysmartapp==0.3.2
pysmartapp==0.3.3

# homeassistant.components.smartthings
pysmartthings==0.7.4
pysmartthings==0.7.6

# homeassistant.components.smarty
pysmarty==0.8
Expand Down
4 changes: 2 additions & 2 deletions requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -839,10 +839,10 @@ pysma==0.3.5
pysmappee==0.2.13

# homeassistant.components.smartthings
pysmartapp==0.3.2
pysmartapp==0.3.3

# homeassistant.components.smartthings
pysmartthings==0.7.4
pysmartthings==0.7.6

# homeassistant.components.soma
pysoma==0.0.10
Expand Down

0 comments on commit cd42d82

Please sign in to comment.