Skip to content

Commit 7e6c1ae

Browse files
Bump aiocoap to 0.4.5 (#621)
1 parent 2d86360 commit 7e6c1ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pytradfri/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.0.0
1+
12.0.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
GITHUB_URL = "https://github.com/home-assistant-libs/pytradfri"
1414
DOWNLOAD_URL = f"{GITHUB_URL}/archive/{VERSION}.zip"
1515

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

0 commit comments

Comments
 (0)