From 32aac2d83474cf63c0c86e653ae0219627055958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 18:04:25 +0000 Subject: [PATCH] chore(deps)(deps): update cachetools requirement in /backend 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.1...v7.1.4) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.1.4 dependency-type: direct:production ... 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 5cb7fc1..f278683 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -32,7 +32,7 @@ httpx>=0.27.0 python-frontmatter>=1.1.0 packaging>=23.0 user-agents>=2.2.0 -cachetools>=7.1.1 +cachetools>=7.1.4 cryptography>=47.0.0 # --- Phase1+ infra --- aioboto3>=12.3.0