Bump cachetools from 6.2.6 to 7.0.0 (#2204)

Bumps [cachetools](https://github.com/tkem/cachetools) from 6.2.6 to 7.0.0.
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/tkem/cachetools/compare/v6.2.6...v7.0.0)

---
updated-dependencies:
- dependency-name: cachetools
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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]
2026-02-03 09:27:29 -05:00
committed by GitHub
parent e625661796
commit 2972678def
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -607,14 +607,14 @@ redis = ["redis (>=2.10.5)"]
[[package]] [[package]]
name = "cachetools" name = "cachetools"
version = "6.2.6" version = "7.0.0"
description = "Extensible memoizing collections and decorators" description = "Extensible memoizing collections and decorators"
optional = false optional = false
python-versions = ">=3.9" python-versions = ">=3.10"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "cachetools-6.2.6-py3-none-any.whl", hash = "sha256:8c9717235b3c651603fff0076db52d6acbfd1b338b8ed50256092f7ce9c85bda"}, {file = "cachetools-7.0.0-py3-none-any.whl", hash = "sha256:d52fef60e6e964a1969cfb61ccf6242a801b432790fe520d78720d757c81cbd2"},
{file = "cachetools-6.2.6.tar.gz", hash = "sha256:16c33e1f276b9a9c0b49ab5782d901e3ad3de0dd6da9bf9bcd29ac5672f2f9e6"}, {file = "cachetools-7.0.0.tar.gz", hash = "sha256:a9abf18ff3b86c7d05b27ead412e235e16ae045925e531fae38d5fada5ed5b08"},
] ]
[[package]] [[package]]
@@ -5977,4 +5977,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.13.2" python-versions = "^3.13.2"
content-hash = "4ff6f12d4e65f9665b8c9947b18cb08986705c2f23873b85d8b54d10340a8145" content-hash = "e40366637ccacd6069eb0a55512c3ebda5cc1c353636395087ebbe8e21c8105a"

View File

@@ -14,7 +14,7 @@ amqp = "==5.3.1"
beautifulsoup4 = "==4.14.3" beautifulsoup4 = "==4.14.3"
boto3 = "^1.38.27" boto3 = "^1.38.27"
botocore = "^1.38.27" botocore = "^1.38.27"
cachetools = "==6.2.6" cachetools = "==7.0.0"
celery = {version = "==5.6.2", extras = ["redis"]} celery = {version = "==5.6.2", extras = ["redis"]}
certifi = ">=2022.12.7" certifi = ">=2022.12.7"
cffi = "==2.0.0" cffi = "==2.0.0"