diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index ae9efb17c1c..b449fdb6e66 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -26,7 +26,7 @@ pyserial==3.5 python-slugify==4.0.1 pyudev==0.22.0 pyyaml==6.0 -requests==2.26.0 +requests==2.27.1 scapy==2.4.5 sqlalchemy==1.4.27 typing-extensions>=3.10.0.2,<5.0 diff --git a/requirements.txt b/requirements.txt index 09f702a13fe..69be077b8f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ cryptography==35.0.0 pip>=8.0.3,<20.3 python-slugify==4.0.1 pyyaml==6.0 -requests==2.26.0 +requests==2.27.1 typing-extensions>=3.10.0.2,<5.0 voluptuous==0.12.2 voluptuous-serialize==2.5.0 diff --git a/setup.py b/setup.py index 407edb5ef7e..7511df87dc6 100755 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ REQUIRES = [ "pip>=8.0.3,<20.3", "python-slugify==4.0.1", "pyyaml==6.0", - "requests==2.26.0", + "requests==2.27.1", "typing-extensions>=3.10.0.2,<5.0", "voluptuous==0.12.2", "voluptuous-serialize==2.5.0",