From bff7119230d99c02b8f0c72a4a2d72f74985b08c Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 29 Apr 2023 23:44:20 +0200 Subject: [PATCH] Update requests to 2.29.0 (#92231) --- homeassistant/package_constraints.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- requirements_test.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 15e1192993a..7b235127e92 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -43,7 +43,7 @@ pyserial==3.5 python-slugify==4.0.1 pyudev==0.23.2 pyyaml==6.0 -requests==2.28.2 +requests==2.29.0 scapy==2.5.0 sqlalchemy==2.0.11 typing-extensions>=4.5.0,<5.0 diff --git a/pyproject.toml b/pyproject.toml index 785332bf5ad..51fa26025b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "pip>=21.0,<23.2", "python-slugify==4.0.1", "pyyaml==6.0", - "requests==2.28.2", + "requests==2.29.0", "typing-extensions>=4.5.0,<5.0", "ulid-transform==0.7.0", "voluptuous==0.13.1", diff --git a/requirements.txt b/requirements.txt index 3f24d2897ce..72739ccd40c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ orjson==3.8.10 pip>=21.0,<23.2 python-slugify==4.0.1 pyyaml==6.0 -requests==2.28.2 +requests==2.29.0 typing-extensions>=4.5.0,<5.0 ulid-transform==0.7.0 voluptuous==0.13.1 diff --git a/requirements_test.txt b/requirements_test.txt index 11cd25fa8c2..73a8e00df7d 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -47,5 +47,5 @@ types-python-dateutil==2.8.19.5 types-python-slugify==0.1.2 types-pytz==2022.7.0.0 types-PyYAML==6.0.12.2 -types-requests==2.28.11.6 +types-requests==2.29.0.0 types-toml==0.10.8.1