Skip to content

Commit

Permalink
Update surepy to 0.8.0 (#77948)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Sep 7, 2022
1 parent a0071e7 commit 01f1629
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/surepetcare/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Sure Petcare",
"documentation": "https://www.home-assistant.io/integrations/surepetcare",
"codeowners": ["@benleb", "@danielhiversen"],
"requirements": ["surepy==0.7.2"],
"requirements": ["surepy==0.8.0"],
"iot_class": "cloud_polling",
"config_flow": true,
"loggers": ["rich", "surepy"]
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2318,7 +2318,7 @@ subarulink==0.5.0
sunwatcher==0.2.1

# homeassistant.components.surepetcare
surepy==0.7.2
surepy==0.8.0

# homeassistant.components.swiss_hydrological_data
swisshydrodata==0.1.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 @@ -1594,7 +1594,7 @@ subarulink==0.5.0
sunwatcher==0.2.1

# homeassistant.components.surepetcare
surepy==0.7.2
surepy==0.8.0

# homeassistant.components.system_bridge
systembridgeconnector==3.4.4
Expand Down
2 changes: 1 addition & 1 deletion script/pip_check
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PIP_CACHE=$1

# Number of existing dependency conflicts
# Update if a PR resolve one!
DEPENDENCY_CONFLICTS=6
DEPENDENCY_CONFLICTS=5

PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)
Expand Down

0 comments on commit 01f1629

Please sign in to comment.