From ec5df873189b4cc00729a07ef949a5074c250e90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 04:22:04 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump types-cachetools in the types group Bumps the types group with 1 update: [types-cachetools](https://github.com/typeshed-internal/stub_uploader). Updates `types-cachetools` from 6.0.0.20250525 to 6.1.0.20250717 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-cachetools dependency-version: 6.1.0.20250717 dependency-type: direct:development update-type: version-update:semver-minor 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 9bc51d288..6c30a6051 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -25,7 +25,7 @@ nbconvert==7.16.6 # mypy types scipy-stubs==1.16.0.2 # keep in sync with `scipy` in `requirements-hyperopt.txt` -types-cachetools==6.0.0.20250525 +types-cachetools==6.1.0.20250717 types-filelock==3.2.7 types-requests==2.32.4.20250611 types-tabulate==0.9.0.20241207 From a130122cc62b49c6de3b7f147512df4e18116435 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 21 Jul 2025 06:49:52 +0200 Subject: [PATCH 2/2] chore: bump pre-commit types for cachetools --- .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 64fbdbb89..a678aaa26 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: mypy exclude: build_helpers additional_dependencies: - - types-cachetools==6.0.0.20250525 + - types-cachetools==6.1.0.20250717 - types-filelock==3.2.7 - types-requests==2.32.4.20250611 - types-tabulate==0.9.0.20241207