From b77ead0930548110247dc272f965a29bd023283f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 06:54:47 +0000 Subject: [PATCH] DEP(deps): Update cachetools requirement from ~=5.5.2 to ~=6.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.5.2...v6.0.0) --- updated-dependencies: - dependency-name: cachetools dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 6b9506fff..54c12620d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,7 +6,7 @@ requests~=2.32.4 boto3~=1.38.36 -cachetools~=5.5.2 +cachetools~=6.0.0 setuptools~=77.0.3 pytz~=2025.1 confuse~=2.0.1 diff --git a/requirements.txt b/requirements.txt index 5e7ba0870..3daa507b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ requests~=2.32.4 boto3~=1.38.36 -cachetools~=5.5.2 +cachetools~=6.0.0 setuptools~=77.0.3 pytz~=2025.1 confuse~=2.0.1