From 12f5b9bc5b21bf2960c1dc8876074aa7e0a8f8ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 06:10:31 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump types-requests in the types group Bumps the types group with 1 update: [types-requests](https://github.com/typeshed-internal/stub_uploader). Updates `types-requests` from 2.32.4.20250913 to 2.32.4.20260107 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-requests dependency-version: 2.32.4.20260107 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types ... 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 6d5c4d0a6..18d80c122 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -27,7 +27,7 @@ nbconvert==7.16.6 scipy-stubs==1.17.0.0 # keep in sync with `scipy` in `requirements-hyperopt.txt` types-cachetools==6.2.0.20251022 types-filelock==3.2.7 -types-requests==2.32.4.20250913 +types-requests==2.32.4.20260107 types-tabulate==0.9.0.20241207 types-python-dateutil==2.9.0.20251115 pip-audit==2.10.0 From 7f511cbe825bd11421b4daae00425ae4288e88ba Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 19 Jan 2026 07:19:57 +0100 Subject: [PATCH 2/2] chore: bump type-requests in pre-commit config --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ae754e02..c72ddfaf1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: additional_dependencies: - types-cachetools==6.2.0.20251022 - types-filelock==3.2.7 - - types-requests==2.32.4.20250913 + - types-requests==2.32.4.20260107 - types-tabulate==0.9.0.20241207 - types-python-dateutil==2.9.0.20251115 - scipy-stubs==1.17.0.0