Skip to content

Commit

Permalink
Merge pull request #2062 from alandtse/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse authored Oct 8, 2023
2 parents b23f27a + 4accda1 commit 4dfe25d
Show file tree
Hide file tree
Showing 4 changed files with 229 additions and 225 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repos:
exclude: ^custom_components/alexa_media/translations|CHANGELOG.md
rev: v3.0.3
- repo: https://github.com/asottile/pyupgrade
rev: v3.13.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py39-plus]
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.4", "packaging>=20.3", "wrapt>=1.14.0"],
"requirements": ["alexapy==1.27.5", "packaging>=20.3", "wrapt>=1.14.0"],
"version": "4.6.5"
}
Loading

0 comments on commit 4dfe25d

Please sign in to comment.