diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 2cc4e1c65d6..11ae7df4361 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -18,7 +18,7 @@ netdisco==2.6.0 pip>=8.0.3 python-slugify==4.0.0 pytz>=2019.03 -pyyaml==5.2.0 +pyyaml==5.2 requests==2.22.0 ruamel.yaml==0.15.100 sqlalchemy==1.3.12 diff --git a/requirements_all.txt b/requirements_all.txt index 4e832647850..31ab60d586c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -12,7 +12,7 @@ cryptography==2.8 pip>=8.0.3 python-slugify==4.0.0 pytz>=2019.03 -pyyaml==5.2.0 +pyyaml==5.2 requests==2.22.0 ruamel.yaml==0.15.100 voluptuous==0.11.7 diff --git a/setup.py b/setup.py index cf84577b558..35594c21507 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ REQUIRES = [ "pip>=8.0.3", "python-slugify==4.0.0", "pytz>=2019.03", - "pyyaml==5.2.0", + "pyyaml==5.2", "requests==2.22.0", "ruamel.yaml==0.15.100", "voluptuous==0.11.7",