From 101225749b51194c1fc326b12f11bb5cbb760425 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 15 Mar 2019 17:22:00 +0100 Subject: [PATCH] Upgrade ruamel.yaml to 0.15.89 (#22064) --- homeassistant/package_constraints.txt | 2 +- requirements_all.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index fa1fe5a959d..04704a00484 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -12,7 +12,7 @@ python-slugify==1.2.6 pytz>=2018.07 pyyaml>=3.13,<4 requests==2.21.0 -ruamel.yaml==0.15.88 +ruamel.yaml==0.15.89 voluptuous==0.11.5 voluptuous-serialize==2.1.0 diff --git a/requirements_all.txt b/requirements_all.txt index ca8193045fa..b97d2ac588b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -13,7 +13,7 @@ python-slugify==1.2.6 pytz>=2018.07 pyyaml>=3.13,<4 requests==2.21.0 -ruamel.yaml==0.15.88 +ruamel.yaml==0.15.89 voluptuous==0.11.5 voluptuous-serialize==2.1.0 diff --git a/setup.py b/setup.py index c4c9d0e53ed..8f7e84dd8d8 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ REQUIRES = [ 'pytz>=2018.07', 'pyyaml>=3.13,<4', 'requests==2.21.0', - 'ruamel.yaml==0.15.88', + 'ruamel.yaml==0.15.89', 'voluptuous==0.11.5', 'voluptuous-serialize==2.1.0', ]