Skip to content

Commit

Permalink
fix: bump alexapy to 1.27.10
Browse files Browse the repository at this point in the history
closes #2111
  • Loading branch information
alandtse committed Nov 29, 2023
1 parent fedf955 commit 95c97ac
Show file tree
Hide file tree
Showing 4 changed files with 161 additions and 182 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repos:
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
- repo: https://github.com/pre-commit/mirrors-prettier
hooks:
- id: prettier
Expand Down
2 changes: 1 addition & 1 deletion custom_components/alexa_media/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/alandtse/alexa_media_player/issues",
"loggers": ["alexapy", "authcaptureproxy"],
"requirements": ["alexapy==1.27.8", "packaging>=20.3", "wrapt>=1.14.0"],
"requirements": ["alexapy==1.27.10", "packaging>=20.3", "wrapt>=1.14.0"],
"version": "4.7.9"
}

0 comments on commit 95c97ac

Please sign in to comment.