From 84b644d6de8bbcb69c89d642f52d9ebd54a13940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:50:13 +0000 Subject: [PATCH] :arrow_up: bump cachetools from 5.5.0 to 7.0.5 Bumps [cachetools](https://github.com/tkem/cachetools) from 5.5.0 to 7.0.5. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v5.5.0...v7.0.5) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3ee229d4..0a9e4e92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] dependencies = [ - "cachetools<6.0.0,>=5.3.1", + "cachetools>=5.3.1,<8.0.0", "click<9.0.0,>=8.1.4", "colored<3.0.0,>=2.2.4", "flexihumanhash<1.0.0,>=0.9.0", diff --git a/requirements.txt b/requirements.txt index e3ac8110..17873701 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ annotated-types==0.7.0 ; python_version >= "3.10" and python_version < "4.0" -cachetools==5.5.0 ; python_version >= "3.10" and python_version < "4.0" +cachetools==7.0.5 ; python_version >= "3.10" and python_version < "4.0" click==8.1.7 ; python_version >= "3.10" and python_version < "4.0" cloudpickle==3.1.0 ; python_version >= "3.10" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "win32" or platform_system == "Windows")