From c9f2a70171a1c49fe697d736eaaecf8b3d46ffa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 00:33:28 +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 2a14615..be26a5b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -37,7 +37,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>=48.0.0 # --- Phase1+ infra --- aioboto3>=12.3.0