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

Bump cachetools from 5.4.0 to 6.0.0
This commit is contained in:
Alex Janousek
2025-05-27 13:58:01 -04:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -589,14 +589,14 @@ redis = ["redis (>=2.10.5)"]
[[package]]
name = "cachetools"
version = "5.4.0"
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.4.0-py3-none-any.whl", hash = "sha256:3ae3b49a3d5e28a77a0be2b37dbcb89005058959cb2323858c2657c4a8cab474"},
{file = "cachetools-5.4.0.tar.gz", hash = "sha256:b8adc2e7c07f105ced7bc56dbb6dfbe7c4a00acce20e2227b3f355be89bc6827"},
{file = "cachetools-6.0.0-py3-none-any.whl", hash = "sha256:82e73ba88f7b30228b5507dce1a1f878498fc669d972aef2dde4f3a3c24f103e"},
{file = "cachetools-6.0.0.tar.gz", hash = "sha256:f225782b84438f828328fc2ad74346522f27e5b1440f4e9fd18b20ebfd1aa2cf"},
]
[[package]]
@@ -5600,4 +5600,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.2"
content-hash = "5209013166825596880ed9ad65ec486935022abb48d39f152b37bc7cdaebf3e4"
content-hash = "b263470236837905f24deed96f4e7f9b874da393e7a78e7043da31390ffcd443"

View File

@@ -13,7 +13,7 @@ amqp = "==5.3.1"
beautifulsoup4 = "==4.13.4"
boto3 = "^1.34.150"
botocore = "^1.34.159"
cachetools = "==5.4.0"
cachetools = "==6.0.0"
celery = {version = "==5.5.2", extras = ["redis"]}
certifi = ">=2022.12.7"
cffi = "==1.17.1"