diff --git a/hassio/const.py b/hassio/const.py index 6194f771b..fdedb7323 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -2,7 +2,7 @@ from pathlib import Path from ipaddress import ip_network -HASSIO_VERSION = "190" +HASSIO_VERSION = "191" URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons" diff --git a/requirements.txt b/requirements.txt index 418f45365..bc37db28a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.6.2 +aiohttp==3.6.1 async_timeout==3.0.1 attrs==19.3.0 cchardet==2.1.4