From c3456215b853474f0a715f9e0d90341a4cddcce6 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Thu, 6 Jun 2024 17:11:49 +0200 Subject: [PATCH] Update requests to 2.32.3 (#118868) Co-authored-by: Robert Resch --- homeassistant/package_constraints.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 5fce2838b1d..12fc76335d8 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -53,7 +53,7 @@ python-slugify==8.0.4 PyTurboJPEG==1.7.1 pyudev==0.24.1 PyYAML==6.0.1 -requests==2.31.0 +requests==2.32.3 SQLAlchemy==2.0.30 typing-extensions>=4.12.1,<5.0 ulid-transform==0.9.0 diff --git a/pyproject.toml b/pyproject.toml index 58ce5128ad6..beda86314a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ "psutil-home-assistant==0.0.1", "python-slugify==8.0.4", "PyYAML==6.0.1", - "requests==2.31.0", + "requests==2.32.3", "SQLAlchemy==2.0.30", "typing-extensions>=4.12.1,<5.0", "ulid-transform==0.9.0", diff --git a/requirements.txt b/requirements.txt index ebb78cdf9d1..21da099bcb5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ pip>=21.3.1 psutil-home-assistant==0.0.1 python-slugify==8.0.4 PyYAML==6.0.1 -requests==2.31.0 +requests==2.32.3 SQLAlchemy==2.0.30 typing-extensions>=4.12.1,<5.0 ulid-transform==0.9.0