From 1302b677729bec69573727aaad1401cca4f72d9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 06:20:24 +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.1.0.20250717 to 6.2.0.20250827 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-cachetools dependency-version: 6.2.0.20250827 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 d09a530f5..c7c64541d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -25,7 +25,7 @@ nbconvert==7.16.6 # mypy types scipy-stubs==1.16.1.1 # keep in sync with `scipy` in `requirements-hyperopt.txt` -types-cachetools==6.1.0.20250717 +types-cachetools==6.2.0.20250827 types-filelock==3.2.7 types-requests==2.32.4.20250809 types-tabulate==0.9.0.20241207 From 1909fc313938993c7a6c8878f8a9b646b36fe998 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 1 Sep 2025 10:05:43 +0200 Subject: [PATCH 2/2] chore: update pre-commit 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 b29010fff..ba89c7ee8 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.1.0.20250717 + - types-cachetools==6.2.0.20250827 - types-filelock==3.2.7 - types-requests==2.32.4.20250809 - types-tabulate==0.9.0.20241207