From d211ef46c234e039472da3e899cbf11f87dc82c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 23:06:23 +0000 Subject: [PATCH] Bump cachetools from 6.2.0 to 6.2.1 Bumps [cachetools](https://github.com/tkem/cachetools) from 6.2.0 to 6.2.1. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v6.2.0...v6.2.1) --- updated-dependencies: - dependency-name: cachetools dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 44f972dcb..e14228bbe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -322,14 +322,14 @@ redis = ["redis (>=2.10.5)"] [[package]] name = "cachetools" -version = "6.2.0" +version = "6.2.1" description = "Extensible memoizing collections and decorators" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "cachetools-6.2.0-py3-none-any.whl", hash = "sha256:1c76a8960c0041fcc21097e357f882197c79da0dbff766e7317890a65d7d8ba6"}, - {file = "cachetools-6.2.0.tar.gz", hash = "sha256:38b328c0889450f05f5e120f56ab68c8abaf424e1275522b138ffc93253f7e32"}, + {file = "cachetools-6.2.1-py3-none-any.whl", hash = "sha256:09868944b6dde876dfd44e1d47e18484541eaf12f26f29b7af91b26cc892d701"}, + {file = "cachetools-6.2.1.tar.gz", hash = "sha256:3f391e4bd8f8bf0931169baf7456cc822705f4e2a31f840d218f445b9a854201"}, ] [[package]] @@ -4398,4 +4398,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 = "71adc41965576b70d0ed91a9f8c87979dbe3071885db29b77f076dc97990fa00" +content-hash = "a0534c54796ee2107d7382495cb252b5bfea506f8a908f8a1e4396f8ab31ba81" diff --git a/pyproject.toml b/pyproject.toml index 71bcea4d5..0bd075261 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ async-timeout = "^5.0.1" bleach = "^6.1.0" boto3 = "^1.35.99" botocore = "^1.35.99" -cachetools = "^6.2.0" +cachetools = "^6.2.1" cffi = "^2.0.0" cryptography = "^46.0.2" flask-redis = "^0.4.0"