From e289c10b6cc1b00d1ceee48a10ca965b82b858f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 03:57:10 +0000 Subject: [PATCH 1/2] Bump types-cachetools from 5.3.0.4 to 5.3.0.5 Bumps [types-cachetools](https://github.com/python/typeshed) from 5.3.0.4 to 5.3.0.5. - [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 3324c11e9..e43048cb9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -25,7 +25,7 @@ httpx==0.23.3 nbconvert==7.2.10 # mypy types -types-cachetools==5.3.0.4 +types-cachetools==5.3.0.5 types-filelock==3.2.7 types-requests==2.28.11.16 types-tabulate==0.9.0.1 From 6f79d14c9ccfa8d9375f33acd7e936ccab3e8a0c Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 3 Apr 2023 06:37:15 +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 4784055a9..142d8d50d 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.4 + - types-cachetools==5.3.0.5 - types-filelock==3.2.7 - types-requests==2.28.11.16 - types-tabulate==0.9.0.1