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] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-05-27 17:51:16 +00:00
committed by GitHub
parent cb8e3776a8
commit d5c0497767
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -589,14 +589,14 @@ redis = ["redis (>=2.10.5)"]
[[package]] [[package]]
name = "cachetools" name = "cachetools"
version = "5.4.0" version = "6.0.0"
description = "Extensible memoizing collections and decorators" description = "Extensible memoizing collections and decorators"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.9"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "cachetools-5.4.0-py3-none-any.whl", hash = "sha256:3ae3b49a3d5e28a77a0be2b37dbcb89005058959cb2323858c2657c4a8cab474"}, {file = "cachetools-6.0.0-py3-none-any.whl", hash = "sha256:82e73ba88f7b30228b5507dce1a1f878498fc669d972aef2dde4f3a3c24f103e"},
{file = "cachetools-5.4.0.tar.gz", hash = "sha256:b8adc2e7c07f105ced7bc56dbb6dfbe7c4a00acce20e2227b3f355be89bc6827"}, {file = "cachetools-6.0.0.tar.gz", hash = "sha256:f225782b84438f828328fc2ad74346522f27e5b1440f4e9fd18b20ebfd1aa2cf"},
] ]
[[package]] [[package]]
@@ -5600,4 +5600,4 @@ cffi = ["cffi (>=1.11)"]
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.12.2" python-versions = "^3.12.2"
content-hash = "5209013166825596880ed9ad65ec486935022abb48d39f152b37bc7cdaebf3e4" content-hash = "b263470236837905f24deed96f4e7f9b874da393e7a78e7043da31390ffcd443"

View File

@@ -13,7 +13,7 @@ amqp = "==5.3.1"
beautifulsoup4 = "==4.13.4" beautifulsoup4 = "==4.13.4"
boto3 = "^1.34.150" boto3 = "^1.34.150"
botocore = "^1.34.159" botocore = "^1.34.159"
cachetools = "==5.4.0" cachetools = "==6.0.0"
celery = {version = "==5.5.2", extras = ["redis"]} celery = {version = "==5.5.2", extras = ["redis"]}
certifi = ">=2022.12.7" certifi = ">=2022.12.7"
cffi = "==1.17.1" cffi = "==1.17.1"