From f41322e33889a3f161f9527936041388af8cf5b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 19:03:38 +0000 Subject: [PATCH] DEP(deps): Update cachetools requirement from ~=5.0.0 to ~=6.2.2 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...v6.2.2) --- updated-dependencies: - dependency-name: cachetools dependency-version: 6.2.2 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..e20e4b169 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~=6.2.2 setuptools~=60.10.0 pytz~=2022.1 confuse~=1.7.0 diff --git a/setup.py b/setup.py index f0ced64b8..1f132d301 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,<6.3", "pytz", "confuse>=1.4,<1.8" ],