diff --git a/requirements.txt b/requirements.txt index 2549be573..0b740bdf2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,3 +17,4 @@ ruamel.yaml==0.15.100 sentry-sdk==0.17.8 uvloop==0.14.0 voluptuous==0.12.0 +yarl==1.5.1 \ No newline at end of file diff --git a/supervisor/const.py b/supervisor/const.py index 912f8eeff..73cae5a31 100644 --- a/supervisor/const.py +++ b/supervisor/const.py @@ -3,7 +3,7 @@ from enum import Enum from ipaddress import ip_network from pathlib import Path -SUPERVISOR_VERSION = "246" +SUPERVISOR_VERSION = "247" URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons" URL_HASSIO_APPARMOR = "https://version.home-assistant.io/apparmor.txt"