Skip to content

Commit

Permalink
fix: bump alexapy to 1.27.7
Browse files Browse the repository at this point in the history
closes #2089
  • Loading branch information
alandtse committed Nov 5, 2023
1 parent 4377ed2 commit 1b3d677
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 226 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.9.1
rev: 23.10.1
- 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/custom-components/alexa_media_player/issues",
"loggers": ["alexapy", "authcaptureproxy"],
"requirements": ["alexapy==1.27.6", "packaging>=20.3", "wrapt>=1.14.0"],
"requirements": ["alexapy==1.27.7", "packaging>=20.3", "wrapt>=1.14.0"],
"version": "4.7.7"
}

0 comments on commit 1b3d677

Please sign in to comment.