From d5c049776754a35d2ff4958ad6aa8e329ddad8e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 17:51:16 +0000 Subject: [PATCH] Bump cachetools from 5.4.0 to 6.0.0 Bumps [cachetools](https://github.com/tkem/cachetools) from 5.4.0 to 6.0.0. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v5.4.0...v6.0.0) --- updated-dependencies: - dependency-name: cachetools dependency-version: 6.0.0 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 ab083555a..7d26c287a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -589,14 +589,14 @@ redis = ["redis (>=2.10.5)"] [[package]] name = "cachetools" -version = "5.4.0" +version = "6.0.0" description = "Extensible memoizing collections and decorators" optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "cachetools-5.4.0-py3-none-any.whl", hash = "sha256:3ae3b49a3d5e28a77a0be2b37dbcb89005058959cb2323858c2657c4a8cab474"}, - {file = "cachetools-5.4.0.tar.gz", hash = "sha256:b8adc2e7c07f105ced7bc56dbb6dfbe7c4a00acce20e2227b3f355be89bc6827"}, + {file = "cachetools-6.0.0-py3-none-any.whl", hash = "sha256:82e73ba88f7b30228b5507dce1a1f878498fc669d972aef2dde4f3a3c24f103e"}, + {file = "cachetools-6.0.0.tar.gz", hash = "sha256:f225782b84438f828328fc2ad74346522f27e5b1440f4e9fd18b20ebfd1aa2cf"}, ] [[package]] @@ -5600,4 +5600,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.2" -content-hash = "5209013166825596880ed9ad65ec486935022abb48d39f152b37bc7cdaebf3e4" +content-hash = "b263470236837905f24deed96f4e7f9b874da393e7a78e7043da31390ffcd443" diff --git a/pyproject.toml b/pyproject.toml index eca04575b..186c81d9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ amqp = "==5.3.1" beautifulsoup4 = "==4.13.4" boto3 = "^1.34.150" botocore = "^1.34.159" -cachetools = "==5.4.0" +cachetools = "==6.0.0" celery = {version = "==5.5.2", extras = ["redis"]} certifi = ">=2022.12.7" cffi = "==1.17.1"