diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 1cfc92a6aabdfa28c611e6863c373232e725539d..796fd5681ffed703abb37315e8552ddefdc539aa 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -19,7 +19,7 @@ pip>=8.0.3 python-slugify==4.0.0 pytz>=2019.03 pyyaml==5.3 -requests==2.22.0 +requests==2.23.0 ruamel.yaml==0.15.100 sqlalchemy==1.3.13 voluptuous-serialize==2.3.0 diff --git a/requirements_all.txt b/requirements_all.txt index 3c9172c8048f38998f8718ea9ec2eb71926484dc..1c41aab99edcb733ed09d5b5cc5d9fe565c63f8d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -13,7 +13,7 @@ pip>=8.0.3 python-slugify==4.0.0 pytz>=2019.03 pyyaml==5.3 -requests==2.22.0 +requests==2.23.0 ruamel.yaml==0.15.100 voluptuous==0.11.7 voluptuous-serialize==2.3.0 diff --git a/setup.py b/setup.py index 7f9155d9a050422177546e85884c621e7773740c..3c7909428be5aa2d078241ebbf738fa6a076f4d5 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ REQUIRES = [ "python-slugify==4.0.0", "pytz>=2019.03", "pyyaml==5.3", - "requests==2.22.0", + "requests==2.23.0", "ruamel.yaml==0.15.100", "voluptuous==0.11.7", "voluptuous-serialize==2.3.0",