diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 688adaa00e2..2cf735c435d 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==5.4.1 -requests==2.25.1 +requests==2.26.0 scapy==2.4.5 sqlalchemy==1.4.23 voluptuous-serialize==2.4.0 diff --git a/requirements.txt b/requirements.txt index 10ad988a743..edb9253b7f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ cryptography==3.4.8 pip>=8.0.3,<20.3 python-slugify==4.0.1 pyyaml==5.4.1 -requests==2.25.1 +requests==2.26.0 voluptuous==0.12.2 voluptuous-serialize==2.4.0 yarl==1.6.3 diff --git a/setup.py b/setup.py index 104554728ed..464aa484fcb 100755 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ REQUIRES = [ "pip>=8.0.3,<20.3", "python-slugify==4.0.1", "pyyaml==5.4.1", - "requests==2.25.1", + "requests==2.26.0", "voluptuous==0.12.2", "voluptuous-serialize==2.4.0", "yarl==1.6.3",