From c7b4cff1e7a78e5cd9a58925a9a6f33b62033161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:18:18 +0000 Subject: [PATCH] Bump cachetools from 5.5.2 to 6.0.0 Bumps [cachetools](https://github.com/tkem/cachetools) from 5.5.2 to 6.0.0. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v5.5.2...v6.0.0) --- updated-dependencies: - dependency-name: cachetools dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index b2b116450..71309659a 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -15,6 +15,6 @@ redis==6.1.0 hiredis==3.2.1 requests==2.32.4 uvicorn-worker==0.3.0 -cachetools==5.5.2 +cachetools==6.0.0 pytest==8.4.0 # needed because we need to exit in db.py if tests run with wrong config