Merge pull request #2685 from GSA/dependabot/pip/cachetools-6.1.0

Bump cachetools from 6.0.0 to 6.1.0
This commit is contained in:
Alex Janousek
2025-06-17 10:29:04 -04:00
committed by GitHub
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"