diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 690b0f2615d..e24ccc4fac9 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.0,<5.0 ulid-transform==0.9.0 diff --git a/pyproject.toml b/pyproject.toml index 516a2e5bf72..bfae6c15cd6 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.0,<5.0", "ulid-transform==0.9.0", diff --git a/requirements.txt b/requirements.txt index 7e2107a4490..2701c7b6099 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.0,<5.0 ulid-transform==0.9.0