Bump cachetools from 6.1.0 to 6.2.0 (#1929)

Bumps [cachetools](https://github.com/tkem/cachetools) from 6.1.0 to 6.2.0.
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/tkem/cachetools/compare/v6.1.0...v6.2.0)

---
updated-dependencies:
- dependency-name: cachetools
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-08-26 16:11:16 +00:00
committed by GitHub
parent 5b4563c926
commit bf72682bb5
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -583,14 +583,14 @@ redis = ["redis (>=2.10.5)"]
[[package]]
name = "cachetools"
version = "6.1.0"
version = "6.2.0"
description = "Extensible memoizing collections and decorators"
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "cachetools-6.1.0-py3-none-any.whl", hash = "sha256:1c7bb3cf9193deaf3508b7c5f2a79986c13ea38965c5adcff1f84519cf39163e"},
{file = "cachetools-6.1.0.tar.gz", hash = "sha256:b4c4f404392848db3ce7aac34950d17be4d864da4b8b66911008e430bc544587"},
{file = "cachetools-6.2.0-py3-none-any.whl", hash = "sha256:1c76a8960c0041fcc21097e357f882197c79da0dbff766e7317890a65d7d8ba6"},
{file = "cachetools-6.2.0.tar.gz", hash = "sha256:38b328c0889450f05f5e120f56ab68c8abaf424e1275522b138ffc93253f7e32"},
]
[[package]]
@@ -5673,4 +5673,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.9"
content-hash = "80d556396abdb4719941500d81ff24a63b55d0b73d78340a26a8e6839e41f977"
content-hash = "fa389953138f303286b6d99b4abf9c1a3e5df7c3e62b1883d447e7cd2027a781"

View File

@@ -14,7 +14,7 @@ amqp = "==5.3.1"
beautifulsoup4 = "==4.13.4"
boto3 = "^1.38.27"
botocore = "^1.38.27"
cachetools = "==6.1.0"
cachetools = "==6.2.0"
celery = {version = "==5.5.3", extras = ["redis"]}
certifi = ">=2022.12.7"
cffi = "==1.17.1"