Skip to content

Commit

Permalink
Merge pull request #2064 from custom-components/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse authored Oct 8, 2023
2 parents b0f4d0f + ba30ce1 commit 1e28c9b
Show file tree
Hide file tree
Showing 4 changed files with 230 additions and 226 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
- id: commitizen
stages: ["commit-msg"]
repo: https://github.com/commitizen-tools/commitizen
rev: 3.8.2
rev: 3.10.0
# --- Linters ---
# - hooks:
# - id: dockerfile_lint
Expand All @@ -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.12.1"],
"requirements": ["alexapy==1.27.6", "packaging>=20.3", "wrapt>=1.14.0"],
"version": "4.6.5"
}
Loading

0 comments on commit 1e28c9b

Please sign in to comment.