From 5596e7b8196b260fd9a3d621c9701250d3604380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 13:13:34 -0500 Subject: [PATCH] Bump cachetools from 6.2.4 to 6.2.5 (#3223) Bumps [cachetools](https://github.com/tkem/cachetools) from 6.2.4 to 6.2.5. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v6.2.4...v6.2.5) --- updated-dependencies: - dependency-name: cachetools dependency-version: 6.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1079ad476..cb33f76a7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -327,14 +327,14 @@ redis = ["redis (>=2.10.5)"] [[package]] name = "cachetools" -version = "6.2.4" +version = "6.2.5" description = "Extensible memoizing collections and decorators" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "cachetools-6.2.4-py3-none-any.whl", hash = "sha256:69a7a52634fed8b8bf6e24a050fb60bff1c9bd8f6d24572b99c32d4e71e62a51"}, - {file = "cachetools-6.2.4.tar.gz", hash = "sha256:82c5c05585e70b6ba2d3ae09ea60b79548872185d2f24ae1f2709d37299fd607"}, + {file = "cachetools-6.2.5-py3-none-any.whl", hash = "sha256:db3ae5465e90befb7c74720dd9308d77a09b7cf13433570e07caa0845c30d5fe"}, + {file = "cachetools-6.2.5.tar.gz", hash = "sha256:6d8bfbba1ba94412fb9d9196c4da7a87e9d4928fffc5e93542965dca4740c77f"}, ] [[package]] @@ -4516,4 +4516,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "64f88b3a4bb96b12cd7c9b971a0e2387eca704aca76f046fa7aef9808352e096" +content-hash = "4dd51674d673a12ef684d423c45a90b33f087c8d0e69f5644d3716c3a1bbdd8b" diff --git a/pyproject.toml b/pyproject.toml index 23e08c229..a69f778f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ async-timeout = "^5.0.1" bleach = "^6.3.0" boto3 = "^1.35.99" botocore = "^1.35.99" -cachetools = "^6.2.4" +cachetools = "^6.2.5" cffi = "^2.0.0" cryptography = "^46.0.3" flask-redis = "^0.4.0"