Skip to content

Commit

Permalink
Merge pull request #2109 from custom-components/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse authored Nov 5, 2023
2 parents 177bad6 + bc6c637 commit 8a865e9
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.7", "packaging>=20.3", "wrapt>=1.14.0"],
"requirements": ["alexapy==1.27.8", "packaging>=20.3", "wrapt>=1.14.0"],
"version": "4.7.8"
}
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.7"
alexapy = "1.27.8"
aiohttp = ">=3.8.1"
packaging = ">=20.3"
wrapt = ">=1.12.1"
Expand Down

0 comments on commit 8a865e9

Please sign in to comment.