From 302c5f4d5213b127c4d90538037a3f6acacf51b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 09:34:52 +0000 Subject: [PATCH] Bump cachetools from 6.2.2 to 6.2.4 in /backend Bumps [cachetools](https://github.com/tkem/cachetools) from 6.2.2 to 6.2.4. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v6.2.2...v6.2.4) --- updated-dependencies: - dependency-name: cachetools dependency-version: 6.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/poetry.lock | 8 ++++---- backend/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index 782e1c49a..486fd9fe0 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -252,14 +252,14 @@ crt = ["awscrt (==0.29.2)"] [[package]] name = "cachetools" -version = "6.2.2" +version = "6.2.4" description = "Extensible memoizing collections and decorators" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "cachetools-6.2.2-py3-none-any.whl", hash = "sha256:6c09c98183bf58560c97b2abfcedcbaf6a896a490f534b031b661d3723b45ace"}, - {file = "cachetools-6.2.2.tar.gz", hash = "sha256:8e6d266b25e539df852251cfd6f990b4bc3a141db73b939058d809ebd2590fc6"}, + {file = "cachetools-6.2.4-py3-none-any.whl", hash = "sha256:69a7a52634fed8b8bf6e24a050fb60bff1c9bd8f6d24572b99c32d4e71e62a51"}, + {file = "cachetools-6.2.4.tar.gz", hash = "sha256:82c5c05585e70b6ba2d3ae09ea60b79548872185d2f24ae1f2709d37299fd607"}, ] [[package]] @@ -3299,4 +3299,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "eb0f2497c10c0a736c949e7d299cafe3d4572574823faa3d5c6e015e89b014d4" +content-hash = "e690d3cb791040bc2621f847fbb76cf1bbd25e260db3b250039f65bf040aab1b" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index b139cd640..05fac53cb 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -41,7 +41,7 @@ emailgen = "^0.1.1" casbin = "^1.43.0" casbin_sqlalchemy_adapter = "^1.4.0" asyncpg = "^0.31.0" -cachetools = "^6.2.2" +cachetools = "^6.2.4" greenlet = "^3.3.0" h11 = "^0.16.0" fastmcp = "2.14.0"