From d3d446498308014979856519715ddc6427fc8c1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 03:37:57 +0000 Subject: [PATCH 1/2] Bump types-cachetools from 5.3.0.6 to 5.3.0.7 Bumps [types-cachetools](https://github.com/python/typeshed) from 5.3.0.6 to 5.3.0.7. - [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 26c760103..9efb65b31 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -23,7 +23,7 @@ time-machine==2.13.0 nbconvert==7.9.2 # mypy types -types-cachetools==5.3.0.6 +types-cachetools==5.3.0.7 types-filelock==3.2.7 types-requests==2.31.0.10 types-tabulate==0.9.0.3 From bf24c3b279761200d575a6c3385c935e8da6566a Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 30 Oct 2023 07:07:51 +0100 Subject: [PATCH 2/2] BUmp cachetools types in pre-commit ocnfig --- .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 c7f150af3..8ae2e8886 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.6 + - types-cachetools==5.3.0.7 - types-filelock==3.2.7 - types-requests==2.31.0.10 - types-tabulate==0.9.0.3