Skip to content

Commit

Permalink
Bump aiovantage version
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Sep 2, 2023
1 parent 5e4aac2 commit 33681c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
hooks:
- id: mypy
additional_dependencies:
- aiovantage==0.12.3
- aiovantage==0.12.4
- voluptuous-stubs==0.1.1
- homeassistant-stubs==2023.8.1
args: []
Expand Down
2 changes: 1 addition & 1 deletion custom_components/vantage/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"custom_components.vantage"
],
"requirements": [
"aiovantage==0.12.3"
"aiovantage==0.12.4"
],
"version": "0.10.0-beta2",
"zeroconf": [
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ homeassistant==2023.8.1
colorlog==6.7.0

# Use a specific version of aiovantage
aiovantage==0.12.3
aiovantage==0.12.4

# Use a local version of aiovantage
# -e ../aiovantage
Expand Down

0 comments on commit 33681c5

Please sign in to comment.