From ebf6ca1a5fb57336423cedbd1382a7345b2fca91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 03:33:36 +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.0.20250602 to 2.32.4.20250611 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-requests dependency-version: 2.32.4.20250611 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 056733047..38b9f6f19 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -26,6 +26,6 @@ nbconvert==7.16.6 # mypy types types-cachetools==6.0.0.20250525 types-filelock==3.2.7 -types-requests==2.32.0.20250602 +types-requests==2.32.4.20250611 types-tabulate==0.9.0.20241207 types-python-dateutil==2.9.0.20250516 From 0ecb3e45f671679b4509d9f7aede56fbfc303646 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 16 Jun 2025 06:39:55 +0200 Subject: [PATCH 2/2] chore: bump types-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 ee6f01ed9..7466de1d7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: additional_dependencies: - types-cachetools==6.0.0.20250525 - types-filelock==3.2.7 - - types-requests==2.32.0.20250602 + - types-requests==2.32.4.20250611 - types-tabulate==0.9.0.20241207 - types-python-dateutil==2.9.0.20250516 - SQLAlchemy==2.0.41