From f96dfd04f7eaaa555e21a8d361550fec1e6dd094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 03:02:40 +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.2.0.20250827 to 6.2.0.20251022 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-cachetools dependency-version: 6.2.0.20251022 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 9728dc1bc..83adb13f9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -25,7 +25,7 @@ nbconvert==7.16.6 # mypy types scipy-stubs==1.16.2.3 # keep in sync with `scipy` in `requirements-hyperopt.txt` -types-cachetools==6.2.0.20250827 +types-cachetools==6.2.0.20251022 types-filelock==3.2.7 types-requests==2.32.4.20250913 types-tabulate==0.9.0.20241207 From 0c6e5ace59a568b9974d78fba2812dabbc536178 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 27 Oct 2025 06:42:10 +0100 Subject: [PATCH 2/2] chore: bump types-cachetools 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 d9d408992..e08b31ad7 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.2.0.20250827 + - types-cachetools==6.2.0.20251022 - types-filelock==3.2.7 - types-requests==2.32.4.20250913 - types-tabulate==0.9.0.20241207