From 51e63b98d274e6325cec13a668ab7e406589aeb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 07:23:48 +0000 Subject: [PATCH] chore(deps): bump cachetools from 5.5.2 to 7.1.8 in /backend Bumps [cachetools](https://github.com/tkem/cachetools) from 5.5.2 to 7.1.8. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v5.5.2...v7.1.8) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.1.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index ec6be79..17d9b32 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -12,7 +12,7 @@ requires-python = ">=3.10" dependencies = [ "apscheduler==3.10.3", "beautifulsoup4>=4.9.0", - "cachetools==5.5.2", + "cachetools==7.1.8", "cryptography>=46.0.7", "defusedxml>=0.7.1", "fastapi==0.136.3",