From 0eaa14e60b15cd19f9ac078f8e14f462de878887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 06:33:07 +0000 Subject: [PATCH] DEP(deps): Update cachetools requirement from ~=7.1.7 to ~=7.1.8 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/v7.1.7...v7.1.8) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.1.8 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 6fbb41350..a39bb4221 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,7 +6,7 @@ requests~=2.34.2 boto3~=1.43.81 -cachetools~=7.1.7 +cachetools~=7.1.8 setuptools~=84.0.0 pytz~=2026.3 confuse~=2.2.1 diff --git a/requirements.txt b/requirements.txt index e0d7be87c..60bcf5b47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ httpx>=0.28.1 boto3~=1.43.81 -cachetools~=7.1.7 +cachetools~=7.1.8 setuptools~=84.0.0 pytz~=2026.3 confuse~=2.2.1