Merge pull request #2609 from GSA/dependabot/pip/cachetools-6.0.0

Bump cachetools from 5.5.2 to 6.0.0
This commit is contained in:
Alex Janousek
2025-05-27 14:06:17 -04:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -327,14 +327,14 @@ redis = ["redis (>=2.10.5)"]
[[package]]
name = "cachetools"
version = "5.5.2"
version = "6.0.0"
description = "Extensible memoizing collections and decorators"
optional = false
python-versions = ">=3.7"
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "cachetools-5.5.2-py3-none-any.whl", hash = "sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a"},
{file = "cachetools-5.5.2.tar.gz", hash = "sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4"},
{file = "cachetools-6.0.0-py3-none-any.whl", hash = "sha256:82e73ba88f7b30228b5507dce1a1f878498fc669d972aef2dde4f3a3c24f103e"},
{file = "cachetools-6.0.0.tar.gz", hash = "sha256:f225782b84438f828328fc2ad74346522f27e5b1440f4e9fd18b20ebfd1aa2cf"},
]
[[package]]
@@ -4164,4 +4164,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.2"
content-hash = "c5a0163e664b57490f2154081a74cccba27fae7d2a5e734bde3d04c9aab7c8c3"
content-hash = "f6a28b9b40bbca6c6284f46f5d6c4295ccdabb2d6cebdc1d9c011319f26fa624"

View File

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