From aa3f6390d39b9dd8b0902b62ae74e068e87d4e57 Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Wed, 30 Sep 2020 07:39:19 +0000 Subject: [PATCH 1/2] Bump version to 247 --- supervisor/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From 4925b5fa9778c10e1d1f5beaee45d94d511d1a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Wed, 7 Oct 2020 13:41:46 +0200 Subject: [PATCH 2/2] Pin yarl to 1.5.1 (#2106) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) 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