From 50f5dd4df1cf3a34bb96983f48e229a4e99a52ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 01:15:01 +0000 Subject: [PATCH] Update dependency cachetools to v7 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8ef7c07..8e8524b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -14,14 +14,14 @@ files = [ [[package]] name = "cachetools" -version = "5.5.2" +version = "7.1.4" description = "Extensible memoizing collections and decorators" category = "main" optional = false -python-versions = ">=3.7" +python-versions = ">=3.10" files = [ - {file = "cachetools-5.5.2-py3-none-any.whl", hash = "sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a"}, - {file = "cachetools-5.5.2.tar.gz", hash = "sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4"}, + {file = "cachetools-7.1.4-py3-none-any.whl", hash = "sha256:323dc4127934744db5b54eb4924482d7edafbf9554e820d1531c2e08c0e4ef54"}, + {file = "cachetools-7.1.4.tar.gz", hash = "sha256:437f55a4e0c1b01a4f3077cc470e6991d47430970e36fbcb77e2be0df4fc1cd6"}, ] [[package]] @@ -552,4 +552,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "090768237384ac2713060ad107e35dcd55640d621ea70cb439996d302a3ae35b" +content-hash = "15fc22fa03fec3f16cab83d9a12a323d993a3ece6fb3d40e6524bf56bcccdf6c" diff --git a/pyproject.toml b/pyproject.toml index 5ca4686..3c515dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.11" Flask = "^3.0.0" requests = "^2.31.0" prometheus-flask-exporter = "^0.23.0" -cachetools = "^5.3.2" +cachetools = "^7.0.0" [tool.poetry.group.test.dependencies]