From 7f4611c5989ad265528fc02590fc6a03f2c85740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 21:18:55 +0000 Subject: [PATCH] Bump cachetools from 5.3.1 to 7.0.1 Bumps [cachetools](https://github.com/tkem/cachetools) from 5.3.1 to 7.0.1. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v5.3.1...v7.0.1) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 258da19..be0f549 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -2,7 +2,7 @@ prometheus_client>=0.19.0 annotated-types==0.6.0 async-timeout==4.0.3 backoff==2.2.1 -cachetools==5.3.1 +cachetools==7.0.1 certifi>=2024.7.4 charset-normalizer==3.3.0 idna>=3.7