Skip to content

Commit

Permalink
Bump aiocoap to 0.4.5 (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHjelmare committed Jan 28, 2023
1 parent 2d86360 commit 7e6c1ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytradfri/VERSION
@@ -1 +1 @@
12.0.0
12.0.1
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@
GITHUB_URL = "https://github.com/home-assistant-libs/pytradfri"
DOWNLOAD_URL = f"{GITHUB_URL}/archive/{VERSION}.zip"

EXTRAS_REQUIRE = {"async": ["aiocoap==0.4.4", "DTLSSocket==0.1.12"]}
EXTRAS_REQUIRE = {"async": ["aiocoap~=0.4.5", "DTLSSocket~=0.1.12"]}
INSTALL_REQUIRES = ["pydantic"]
PACKAGES = find_packages(exclude=["tests", "tests.*"])

Expand Down

0 comments on commit 7e6c1ae

Please sign in to comment.