From c29956866d43ee6b6930f82fe408a7842ff2f5be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 03:02:43 +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/python/typeshed). Updates `types-cachetools` from 6.2.0.20251022 to 6.2.0.20260317 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-cachetools dependency-version: 6.2.0.20260317 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 850cf4578..df34b5426 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -24,7 +24,7 @@ nbconvert==7.17.0 # mypy types scipy-stubs==1.17.1.2 # keep in sync with `scipy` in `requirements-hyperopt.txt` -types-cachetools==6.2.0.20251022 +types-cachetools==6.2.0.20260317 types-filelock==3.2.7 types-requests==2.32.4.20260107 types-tabulate==0.10.0.20260308 From 9a94d97e697dc3ee6fd5aab70759e38adf671718 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 30 Mar 2026 06:47:13 +0200 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 5f5490799..35a973ff7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: mypy exclude: build_helpers additional_dependencies: - - types-cachetools==6.2.0.20251022 + - types-cachetools==6.2.0.20260317 - types-filelock==3.2.7 - types-requests==2.32.4.20260107 - types-tabulate==0.10.0.20260308