Skip to content

Commit

Permalink
Update pywattbox version.
Browse files Browse the repository at this point in the history
  • Loading branch information
eseglem committed Nov 20, 2023
1 parent 0b6f2b5 commit 9f42f77
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ repos:
pass_filenames: false
additional_dependencies:
- homeassistant-stubs
- pywattbox[http,ip]==0.7.1
- pywattbox[http,ip]==0.7.2
- types-beautifulsoup4
2 changes: 1 addition & 1 deletion custom_components/wattbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
TOPIC_UPDATE,
)

REQUIREMENTS: Final[List[str]] = ["pywattbox>=0.7.1"]
REQUIREMENTS: Final[List[str]] = ["pywattbox>=0.7.2"]

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion custom_components/wattbox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"scrapli"
],
"requirements": [
"pywattbox[http,ip]==0.7.1"
"pywattbox[http,ip]==0.7.2"
],
"version": "0.9.0"
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
homeassistant==2023.11.0
homeassistant-stubs==2023.11.0
pywattbox==0.7.1
pywattbox==0.7.2
ruff
pre-commit
# Issue with default_config, python3.11, and botocore
Expand Down

0 comments on commit 9f42f77

Please sign in to comment.