From f728ec151e25cdb091c80bc35675fb93848c3bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:51:14 +0000 Subject: [PATCH] :arrow_up: update types-cachetools requirement Updates the requirements on [types-cachetools](https://github.com/python/typeshed) to permit the latest version. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-cachetools dependency-version: 6.2.0.20260317 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ee229d..9552b0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ dev = [ "safety>=3.2.4", "sphinx-autobuild<2022.0.0,>=2021.3.14", "sphinx<8.0.0,>=7.0.1", - "types-cachetools<6.0.0.0,>=5.3.0.5", + "types-cachetools>=5.3.0.5,<7.0.0.0", "types-tabulate<1.0.0.0,>=0.9.0.20240106", "httpx>=0.28.1", ]