diff --git a/pytradfri/VERSION b/pytradfri/VERSION index f7ee0669..37ad5c8b 100644 --- a/pytradfri/VERSION +++ b/pytradfri/VERSION @@ -1 +1 @@ -9.0.0 +9.0.1 diff --git a/requirements.txt b/requirements.txt index 2ed93a31..7509a69f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -aiocoap==0.4.3 +aiocoap==0.4.5 DTLSSocket==0.1.12 diff --git a/setup.py b/setup.py index 058a786e..1f0d0bfd 100755 --- a/setup.py +++ b/setup.py @@ -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.*"])