From a9eae7da3cc6b696a241be87bcabbf4d5eb017f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 17:15:19 +0000 Subject: [PATCH] Update dependency cachetools to v6 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index aa38305..2328796 100644 --- a/poetry.lock +++ b/poetry.lock @@ -14,14 +14,14 @@ files = [ [[package]] name = "cachetools" -version = "5.5.2" +version = "6.2.1" description = "Extensible memoizing collections and decorators" category = "main" optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" 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-6.2.1-py3-none-any.whl", hash = "sha256:09868944b6dde876dfd44e1d47e18484541eaf12f26f29b7af91b26cc892d701"}, + {file = "cachetools-6.2.1.tar.gz", hash = "sha256:3f391e4bd8f8bf0931169baf7456cc822705f4e2a31f840d218f445b9a854201"}, ] [[package]] @@ -516,4 +516,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "090768237384ac2713060ad107e35dcd55640d621ea70cb439996d302a3ae35b" +content-hash = "ab61cffadae3ce85fcc37f9c03acc0c6b20c81f4570f0ccdcdde82be713f23f6" diff --git a/pyproject.toml b/pyproject.toml index 5ca4686..309c01e 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 = "^6.0.0" [tool.poetry.group.test.dependencies]