From 09bc850e6b10e5ad8f4f823d4ead9c0fb7981624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 14:59:13 +0000 Subject: [PATCH] Bump cachetools from 7.0.0 to 7.0.1 (#2217) Bumps [cachetools](https://github.com/tkem/cachetools) from 7.0.0 to 7.0.1. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.0.1 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 c97dea2e1..8ed238bab 100644 --- a/poetry.lock +++ b/poetry.lock @@ -607,14 +607,14 @@ redis = ["redis (>=2.10.5)"] [[package]] name = "cachetools" -version = "7.0.0" +version = "7.0.1" description = "Extensible memoizing collections and decorators" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "cachetools-7.0.0-py3-none-any.whl", hash = "sha256:d52fef60e6e964a1969cfb61ccf6242a801b432790fe520d78720d757c81cbd2"}, - {file = "cachetools-7.0.0.tar.gz", hash = "sha256:a9abf18ff3b86c7d05b27ead412e235e16ae045925e531fae38d5fada5ed5b08"}, + {file = "cachetools-7.0.1-py3-none-any.whl", hash = "sha256:8f086515c254d5664ae2146d14fc7f65c9a4bce75152eb247e5a9c5e6d7b2ecf"}, + {file = "cachetools-7.0.1.tar.gz", hash = "sha256:e31e579d2c5b6e2944177a0397150d312888ddf4e16e12f1016068f0c03b8341"}, ] [[package]] @@ -5978,4 +5978,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "e80f54244409c2888f776e78e7907bd826936d88c9f111fe4ccb19907e7745eb" +content-hash = "93c7d9be939a9ea7c1305db5d3187992d8aa0958763604e523b64da600e0c690" diff --git a/pyproject.toml b/pyproject.toml index b9d1962a3..d0a73abac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ amqp = "==5.3.1" beautifulsoup4 = "==4.14.3" boto3 = "^1.38.27" botocore = "^1.38.27" -cachetools = "==7.0.0" +cachetools = "==7.0.1" celery = {version = "==5.6.2", extras = ["redis"]} certifi = ">=2022.12.7" cffi = "==2.0.0"