Bump cachetools from 6.0.0 to 6.1.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-06-17 01:05:41 +00:00
committed by GitHub
parent 0fe16e2ba7
commit 11c9c1301f
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 = "6.0.0"
version = "6.1.0"
description = "Extensible memoizing collections and decorators"
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "cachetools-6.0.0-py3-none-any.whl", hash = "sha256:82e73ba88f7b30228b5507dce1a1f878498fc669d972aef2dde4f3a3c24f103e"},
{file = "cachetools-6.0.0.tar.gz", hash = "sha256:f225782b84438f828328fc2ad74346522f27e5b1440f4e9fd18b20ebfd1aa2cf"},
{file = "cachetools-6.1.0-py3-none-any.whl", hash = "sha256:1c7bb3cf9193deaf3508b7c5f2a79986c13ea38965c5adcff1f84519cf39163e"},
{file = "cachetools-6.1.0.tar.gz", hash = "sha256:b4c4f404392848db3ce7aac34950d17be4d864da4b8b66911008e430bc544587"},
]
[[package]]
@@ -4161,4 +4161,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.2"
content-hash = "afde3274e629ee70dcda0b834ec38c1f3e8b05868416740cabd001294916c47c"
content-hash = "52383b65748cd3e506c0b4042cdd247d76e0c502dba24ad1292fe1b17d43427c"

View File

@@ -43,7 +43,7 @@ async-timeout = "^5.0.1"
bleach = "^6.1.0"
boto3 = "^1.35.99"
botocore = "^1.35.99"
cachetools = "^6.0.0"
cachetools = "^6.1.0"
cffi = "^1.16.0"
cryptography = "^45.0.4"
flask-redis = "^0.4.0"