From 30678635d81e087b21237ec97fb02b17ec599ed5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 00:09:07 +0000 Subject: [PATCH] Bump cachetools from 5.5.2 to 7.0.6 in /backend Bumps [cachetools](https://github.com/tkem/cachetools) from 5.5.2 to 7.0.6. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v5.5.2...v7.0.6) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 12f1750..26431dd 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ alembic==1.18.4 argon2-cffi==25.1.0 asyncpg==0.31.0 authlib>=1.6.9 -cachetools==5.5.2 +cachetools==7.0.6 email-validator==2.3.0 fastapi-pagination==0.15.12 fastapi==0.135.3