From 33e4ca5c3e57599aece62e6113d6beff78ef2566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 20:06:43 +0000 Subject: [PATCH] Bump cachetools from 5.5.0 to 6.2.2 Bumps [cachetools](https://github.com/tkem/cachetools) from 5.5.0 to 6.2.2. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v5.5.0...v6.2.2) --- updated-dependencies: - dependency-name: cachetools dependency-version: 6.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1390e36..2413f0d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -268,14 +268,14 @@ files = [ [[package]] name = "cachetools" -version = "5.5.0" +version = "6.2.2" description = "Extensible memoizing collections and decorators" optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "cachetools-5.5.0-py3-none-any.whl", hash = "sha256:02134e8439cdc2ffb62023ce1debca2944c3f289d66bb17ead3ab3dede74b292"}, - {file = "cachetools-5.5.0.tar.gz", hash = "sha256:2cc24fb4cbe39633fb7badd9db9ca6295d766d9c2995f245725a46715d050f2a"}, + {file = "cachetools-6.2.2-py3-none-any.whl", hash = "sha256:6c09c98183bf58560c97b2abfcedcbaf6a896a490f534b031b661d3723b45ace"}, + {file = "cachetools-6.2.2.tar.gz", hash = "sha256:8e6d266b25e539df852251cfd6f990b4bc3a141db73b939058d809ebd2590fc6"}, ] [[package]] @@ -1159,4 +1159,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "fee24a2653e155189e698c674b860a56e161368e2944f0e6a1159233d98c8ec4" +content-hash = "7002ac52daf1feddfcfc340a4779f485f8251ba4b8a82ceb518e9f250de69943" diff --git a/pyproject.toml b/pyproject.toml index 524dca7..037a5d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ geopy = "^2.4.1" brotli = "^1.2.0" python-dotenv = "^1.2.1" orjson = "^3.11.4" -cachetools = "^5.3.3" +cachetools = "^6.2.2" [build-system]