Skip to content

Commit

Permalink
Bump pysmartthings 0.7.3 (#38732)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsayre authored and frenck committed Aug 12, 2020
1 parent 57e99af commit 6717e67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/smartthings/manifest.json
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.2"],
"requirements": ["pysmartapp==0.3.2", "pysmartthings==0.7.3"],
"dependencies": ["webhook"],
"after_dependencies": ["cloud"],
"codeowners": ["@andrewsayre"]
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -1626,7 +1626,7 @@ pysmappee==0.1.5
pysmartapp==0.3.2

# homeassistant.components.smartthings
pysmartthings==0.7.2
pysmartthings==0.7.3

# homeassistant.components.smarty
pysmarty==0.8
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -755,7 +755,7 @@ pysmappee==0.1.5
pysmartapp==0.3.2

# homeassistant.components.smartthings
pysmartthings==0.7.2
pysmartthings==0.7.3

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

0 comments on commit 6717e67

Please sign in to comment.