Skip to content

Commit 8a08efb

Browse files
Bump aiocoap to 0.4.5 for 9.x release (#605)
1 parent 4ec16dc commit 8a08efb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pytradfri/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.0.0
1+
9.0.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
aiocoap==0.4.3
1+
aiocoap==0.4.5
22
DTLSSocket==0.1.12
33

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.3", "DTLSSocket==0.1.12"]}
16+
EXTRAS_REQUIRE = {"async": ["aiocoap~=0.4.5", "DTLSSocket~=0.1.12"]}
1717

1818
PACKAGES = find_packages(exclude=["tests", "tests.*"])
1919

0 commit comments

Comments
 (0)