Skip to content

Commit

Permalink
fix: bump alexapy to 1.27.4
Browse files Browse the repository at this point in the history
Adds additional HTTP2 domains
  • Loading branch information
alandtse committed Sep 30, 2023
1 parent 9771c82 commit 9794b0a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
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.3", "packaging>=20.3", "wrapt>=1.12.1"],
"requirements": ["alexapy==1.27.4", "packaging>=20.3", "wrapt>=1.12.1"],
"version": "4.6.5"
}
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "Apache-2.0"

[tool.poetry.dependencies]
python = ">=3.11,<4.0"
alexapy = "1.27.3"
alexapy = "1.27.4"
aiohttp = ">=3.8.1"
packaging = ">=20.3"
wrapt = ">=1.12.1"
Expand Down

0 comments on commit 9794b0a

Please sign in to comment.