From e751e98ddc23b18fede0a97f4db8ab4a5899c9b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 15:05:39 +0000 Subject: [PATCH] Bump types-requests from 2.31.0.6 to 2.32.4.20250913 Bumps [types-requests](https://github.com/typeshed-internal/stub_uploader) from 2.31.0.6 to 2.32.4.20250913. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-requests dependency-version: 2.32.4.20250913 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8f08c6b..932cdf4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ pytest>=8.3.5 pytest-asyncio >= 1.0.0 tomli>=2.2.1 tomli_w>=1.2.0 -types-requests==2.31.0.6 # Freeze at 2.31.0.6 to prevent dependency conflict with Home Assistant over urllib3 +types-requests==2.32.4.20250913 # Freeze at 2.31.0.6 to prevent dependency conflict with Home Assistant over urllib3 types-PyYAML >= 6.0.12.20250516 setuptools-scm>=8.3.1 pathspec >= 0.12.1