From b63ea3595938b444b311c3febdec85bf1813083c Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:32:00 +0200 Subject: [PATCH] Update requests to 2.33.1 (#167014) --- 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 6b3cd196fee..2b13550e5c4 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -62,7 +62,7 @@ pyspeex-noise==1.0.2 python-slugify==8.0.4 PyTurboJPEG==1.8.0 PyYAML==6.0.3 -requests==2.32.5 +requests==2.33.1 securetar==2026.2.0 SQLAlchemy==2.0.41 standard-aifc==3.13.0 diff --git a/pyproject.toml b/pyproject.toml index f45c493cf5b..5575a41f36d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ dependencies = [ "psutil-home-assistant==0.0.1", "python-slugify==8.0.4", "PyYAML==6.0.3", - "requests==2.32.5", + "requests==2.33.1", "securetar==2026.2.0", "SQLAlchemy==2.0.41", "standard-aifc==3.13.0", diff --git a/requirements.txt b/requirements.txt index 3fd6558cc6c..fca3d009ed0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ pyspeex-noise==1.0.2 python-slugify==8.0.4 PyTurboJPEG==1.8.0 PyYAML==6.0.3 -requests==2.32.5 +requests==2.33.1 securetar==2026.2.0 SQLAlchemy==2.0.41 standard-aifc==3.13.0