Skip to content

Commit

Permalink
Bump aiocoap to 0.4.5 for 9.x release (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHjelmare authored Jan 2, 2023
1 parent 4ec16dc commit 8a08efb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pytradfri/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.0.0
9.0.1
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aiocoap==0.4.3
aiocoap==0.4.5
DTLSSocket==0.1.12

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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.3", "DTLSSocket==0.1.12"]}
EXTRAS_REQUIRE = {"async": ["aiocoap~=0.4.5", "DTLSSocket~=0.1.12"]}

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

Expand Down

0 comments on commit 8a08efb

Please sign in to comment.