Bump cachetools from 7.0.0 to 7.0.1 (#3258)

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

---
updated-dependencies:
- dependency-name: cachetools
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-11 14:30:41 +00:00
committed by GitHub
parent 1ce5f8cd1c
commit d8f31d337a
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -327,14 +327,14 @@ redis = ["redis (>=2.10.5)"]
[[package]]
name = "cachetools"
version = "7.0.0"
version = "7.0.1"
description = "Extensible memoizing collections and decorators"
optional = false
python-versions = ">=3.10"
groups = ["main"]
files = [
{file = "cachetools-7.0.0-py3-none-any.whl", hash = "sha256:d52fef60e6e964a1969cfb61ccf6242a801b432790fe520d78720d757c81cbd2"},
{file = "cachetools-7.0.0.tar.gz", hash = "sha256:a9abf18ff3b86c7d05b27ead412e235e16ae045925e531fae38d5fada5ed5b08"},
{file = "cachetools-7.0.1-py3-none-any.whl", hash = "sha256:8f086515c254d5664ae2146d14fc7f65c9a4bce75152eb247e5a9c5e6d7b2ecf"},
{file = "cachetools-7.0.1.tar.gz", hash = "sha256:e31e579d2c5b6e2944177a0397150d312888ddf4e16e12f1016068f0c03b8341"},
]
[[package]]
@@ -4526,4 +4526,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen
[metadata]
lock-version = "2.1"
python-versions = "^3.13.2"
content-hash = "1e0fa13df6913cea4e428ab061f5696e31aae04f58614720b4590f7e8318668c"
content-hash = "6b521651b1e26e39dd328fa87da149abc6ef8bc9d7cf3c47f74c69ed80fcc716"

View File

@@ -42,7 +42,7 @@ async-timeout = "^5.0.1"
bleach = "^6.3.0"
boto3 = "^1.35.99"
botocore = "^1.35.99"
cachetools = "^7.0.0"
cachetools = "^7.0.1"
cffi = "^2.0.0"
cryptography = "^46.0.5"
flask-redis = "^0.4.0"