From 8180e62fd99e0d5c296258a53ca0f21d3a21d31f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 14:33:35 +0000 Subject: [PATCH] Bump cachetools from 6.2.6 to 7.0.0 (#3237) Bumps [cachetools](https://github.com/tkem/cachetools) from 6.2.6 to 7.0.0. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v6.2.6...v7.0.0) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index e79176a2b..7534a7284 100644 --- a/poetry.lock +++ b/poetry.lock @@ -327,14 +327,14 @@ redis = ["redis (>=2.10.5)"] [[package]] name = "cachetools" -version = "6.2.6" +version = "7.0.0" description = "Extensible memoizing collections and decorators" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "cachetools-6.2.6-py3-none-any.whl", hash = "sha256:8c9717235b3c651603fff0076db52d6acbfd1b338b8ed50256092f7ce9c85bda"}, - {file = "cachetools-6.2.6.tar.gz", hash = "sha256:16c33e1f276b9a9c0b49ab5782d901e3ad3de0dd6da9bf9bcd29ac5672f2f9e6"}, + {file = "cachetools-7.0.0-py3-none-any.whl", hash = "sha256:d52fef60e6e964a1969cfb61ccf6242a801b432790fe520d78720d757c81cbd2"}, + {file = "cachetools-7.0.0.tar.gz", hash = "sha256:a9abf18ff3b86c7d05b27ead412e235e16ae045925e531fae38d5fada5ed5b08"}, ] [[package]] @@ -4512,4 +4512,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 = "68be999b4ab09407de33f101ef72d1efd20f22e72eb4d7a793336d41b62a6719" +content-hash = "4d5f45813165cff399f38f534a4930cd87c755d31424487e5ca1f1143523ad75" diff --git a/pyproject.toml b/pyproject.toml index a70274020..2c7520e46 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.6" +cachetools = "^7.0.0" cffi = "^2.0.0" cryptography = "^46.0.4" flask-redis = "^0.4.0"