From 07985c2caedbf8532d63b75e9ceb23f2ad934a66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 03:12:22 +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 5.5.0.20240820 to 6.0.0.20250525 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-cachetools dependency-version: 6.0.0.20250525 dependency-type: direct:development update-type: version-update:semver-major 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 73e477863..eb3b5aebb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -25,7 +25,7 @@ time-machine==2.16.0 nbconvert==7.16.6 # mypy types -types-cachetools==5.5.0.20240820 +types-cachetools==6.0.0.20250525 types-filelock==3.2.7 types-requests==2.32.0.20250515 types-tabulate==0.9.0.20241207 From dfec3f16ab3b5668b622b8516e0513ac8af35e0a Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 26 May 2025 06:34:46 +0200 Subject: [PATCH 2/2] chore: Bump pre-commit types-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 e2e5cbc97..a2c388e60 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==5.5.0.20240820 + - types-cachetools==6.0.0.20250525 - types-filelock==3.2.7 - types-requests==2.32.0.20250515 - types-tabulate==0.9.0.20241207