Skip to content

Commit

Permalink
fix: bump deps
Browse files Browse the repository at this point in the history
closes #1403
closes #1428
  • Loading branch information
alandtse committed Nov 23, 2021
1 parent c224ee4 commit f6fb70b
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"issue_tracker": "https://github.com/custom-components/alexa_media_player/issues",
"dependencies": ["persistent_notification", "http"],
"codeowners": ["@alandtse", "@keatontaylor"],
"requirements": ["alexapy==1.25.2", "packaging~=20.3", "wrapt~=1.12.1"],
"requirements": ["alexapy==1.25.3", "packaging~=20.3", "wrapt~=1.12.1"],
"iot_class": "cloud_polling"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"

[tool.poetry.dependencies]
python = "^3.8"
alexapy = "1.25.2"
alexapy = "1.25.3"
packaging = "~=20.3"
wrapt = "~=1.12.1"

Expand Down

0 comments on commit f6fb70b

Please sign in to comment.