From 78a156633b6d45837376e41728f325be3a2721a7 Mon Sep 17 00:00:00 2001 From: Mitch Date: Wed, 1 Mar 2023 09:20:29 +0100 Subject: [PATCH 1/3] Bumped requests to 2.28.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 31831a93e2a83..d7d65f10b687d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ orjson==3.8.6 pip>=21.0,<23.1 python-slugify==4.0.1 pyyaml==6.0 -requests==2.28.1 +requests==2.28.2 typing-extensions>=4.5.0,<5.0 ulid-transform==0.3.1 voluptuous==0.13.1 From 20270009633cea2e476c200f4af13efc91c2342b Mon Sep 17 00:00:00 2001 From: Mitch Date: Wed, 1 Mar 2023 09:42:53 +0100 Subject: [PATCH 2/3] Bump requests to 2.28.2 --- homeassistant/package_constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 5d05bec39c42b..b8f1d3f5a73f3 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -40,7 +40,7 @@ pyserial==3.5 python-slugify==4.0.1 pyudev==0.23.2 pyyaml==6.0 -requests==2.28.1 +requests==2.28.2 scapy==2.5.0 sqlalchemy==2.0.4 typing-extensions>=4.5.0,<5.0 From 099157a0635f12a7e3f849aed12679b66050087b Mon Sep 17 00:00:00 2001 From: Mitch Date: Wed, 1 Mar 2023 09:45:05 +0100 Subject: [PATCH 3/3] Bump requests to 2.28.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a0aff9ce9a62..2e0c0d9ebc382 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "pip>=21.0,<23.1", "python-slugify==4.0.1", "pyyaml==6.0", - "requests==2.28.1", + "requests==2.28.2", "typing-extensions>=4.5.0,<5.0", "ulid-transform==0.3.1", "voluptuous==0.13.1",