From 5a3f23f00caede88cb9b1ede2245a1d8bd6a5654 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 09:26:32 +0000 Subject: [PATCH 1/2] Bump types-cachetools from 5.3.0.0 to 5.3.0.4 Bumps [types-cachetools](https://github.com/python/typeshed) from 5.3.0.0 to 5.3.0.4. - [Release notes](https://github.com/python/typeshed/releases) - [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 3fee2dc65..2ba004f8d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -25,7 +25,7 @@ httpx==0.23.3 nbconvert==7.2.9 # mypy types -types-cachetools==5.3.0.0 +types-cachetools==5.3.0.4 types-filelock==3.2.7 types-requests==2.28.11.15 types-tabulate==0.9.0.1 From 9a5b0908940d58af2cfeb6a6b913c948a5ff95c0 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 28 Feb 2023 11:23:11 +0100 Subject: [PATCH 2/2] 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 a0ff2e6d5..05f4df92b 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.0 + - types-cachetools==5.3.0.4 - types-filelock==3.2.7 - types-requests==2.28.11.15 - types-tabulate==0.9.0.1