From a41fcb4b89921409358c39034f9e37b503c4027b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 01:38:53 +0000 Subject: [PATCH] DEP(deps): Update cachetools requirement from ~=5.0.0 to ~=7.0.0 Updates the requirements on [cachetools](https://github.com/tkem/cachetools) to permit the latest version. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v5.0.0...v7.0.0) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2a2ceab7d..7d391b094 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ pytest requests~=2.27.1 six>=1.15,<2 boto3~=1.21.25 -cachetools~=5.0.0 +cachetools~=7.0.0 setuptools~=60.10.0 pytz~=2022.1 confuse~=1.7.0 diff --git a/setup.py b/setup.py index f0ced64b8..b1e5660b3 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ "requests", "six>=1.15,<2", "boto3>=1.16.39,<2", - "cachetools>=4.2,<5.1", + "cachetools>=4.2,<7.1", "pytz", "confuse>=1.4,<1.8" ],