diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index a4a08af1236..b81f7423f30 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -11,7 +11,7 @@ pip>=8.0.3 python-slugify==3.0.2 pytz>=2019.01 pyyaml>=3.13,<4 -requests==2.21.0 +requests==2.22.0 ruamel.yaml==0.15.94 voluptuous==0.11.5 voluptuous-serialize==2.1.0 diff --git a/requirements_all.txt b/requirements_all.txt index a2554f55c35..c8141147514 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -12,7 +12,7 @@ pip>=8.0.3 python-slugify==3.0.2 pytz>=2019.01 pyyaml>=3.13,<4 -requests==2.21.0 +requests==2.22.0 ruamel.yaml==0.15.94 voluptuous==0.11.5 voluptuous-serialize==2.1.0 diff --git a/setup.py b/setup.py index 4de6fa2f042..b1b66e0ca01 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ REQUIRES = [ 'python-slugify==3.0.2', 'pytz>=2019.01', 'pyyaml>=3.13,<4', - 'requests==2.21.0', + 'requests==2.22.0', 'ruamel.yaml==0.15.94', 'voluptuous==0.11.5', 'voluptuous-serialize==2.1.0',