Skip to content

Commit

Permalink
Merge pull request #2063 from alandtse/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Oct 8, 2023
2 parents 4dfe25d + 1b48a38 commit ba30ce1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.5", "packaging>=20.3", "wrapt>=1.14.0"],
"requirements": ["alexapy==1.27.6", "packaging>=20.3", "wrapt>=1.14.0"],
"version": "4.6.5"
}
8 changes: 4 additions & 4 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.5"
alexapy = "1.27.6"
aiohttp = ">=3.8.1"
packaging = ">=20.3"
wrapt = ">=1.12.1"
Expand Down

0 comments on commit ba30ce1

Please sign in to comment.