Skip to content

Commit

Permalink
fix: bump alexapy to 1.26.6
Browse files Browse the repository at this point in the history
This should remove the :0 for hass urls without port designations.

closes #1927
closes #1928
  • Loading branch information
alandtse committed May 7, 2023
1 parent d6e706d commit 06ec7be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/alexa_media/manifest.json
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.26.5", "packaging>=20.3", "wrapt>=1.12.1"],
"requirements": ["alexapy==1.26.6", "packaging>=20.3", "wrapt>=1.12.1"],
"version": "4.6.2"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
alexapy = "1.26.5"
alexapy = "1.26.6"
aiohttp = ">=3.8.1"
packaging = ">=20.3"
wrapt = ">=1.12.1"
Expand Down

0 comments on commit 06ec7be

Please sign in to comment.