From d909fde4bbcfc89017541ce5f85d9d7147439d71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 03:44:45 +0000 Subject: [PATCH 1/2] Bump types-cachetools from 5.3.0.5 to 5.3.0.6 Bumps [types-cachetools](https://github.com/python/typeshed) from 5.3.0.5 to 5.3.0.6. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-cachetools dependency-type: direct:development update-type: version-update:semver-patch ... 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 3808e1c17..7fe171ea3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -23,7 +23,7 @@ time-machine==2.11.0 nbconvert==7.7.0 # mypy types -types-cachetools==5.3.0.5 +types-cachetools==5.3.0.6 types-filelock==3.2.7 types-requests==2.31.0.1 types-tabulate==0.9.0.2 From b41b96644305141eda65aa9b21e9cc5cdee3f150 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 24 Jul 2023 10:03:08 +0200 Subject: [PATCH 2/2] pre-commit bump 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 06113c69b..1241b9b88 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: mypy exclude: build_helpers additional_dependencies: - - types-cachetools==5.3.0.5 + - types-cachetools==5.3.0.6 - types-filelock==3.2.7 - types-requests==2.31.0.1 - types-tabulate==0.9.0.2