Merge pull request #2434 from GSA/dependabot/pip/cachetools-5.5.2

Bump cachetools from 5.5.0 to 5.5.2
This commit is contained in:
Alex Janousek
2025-03-25 14:50:50 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -273,14 +273,14 @@ redis = ["redis (>=2.10.5)"]
[[package]] [[package]]
name = "cachetools" name = "cachetools"
version = "5.5.0" version = "5.5.2"
description = "Extensible memoizing collections and decorators" description = "Extensible memoizing collections and decorators"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "cachetools-5.5.0-py3-none-any.whl", hash = "sha256:02134e8439cdc2ffb62023ce1debca2944c3f289d66bb17ead3ab3dede74b292"}, {file = "cachetools-5.5.2-py3-none-any.whl", hash = "sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a"},
{file = "cachetools-5.5.0.tar.gz", hash = "sha256:2cc24fb4cbe39633fb7badd9db9ca6295d766d9c2995f245725a46715d050f2a"}, {file = "cachetools-5.5.2.tar.gz", hash = "sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4"},
] ]
[[package]] [[package]]
@@ -3309,4 +3309,4 @@ files = [
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.12.2" python-versions = "^3.12.2"
content-hash = "16173b60b0ab3187d99c1f928c5d5490e368820b48202236e665470e738ade9e" content-hash = "3f1bddef8faad3e773cad9d7f67f2c05fe34e8d678e9281b1704a830fd129407"

View File

@@ -41,7 +41,7 @@ async-timeout = "^4.0.3"
bleach = "^6.1.0" bleach = "^6.1.0"
boto3 = "^1.34.156" boto3 = "^1.34.156"
botocore = "^1.35.99" botocore = "^1.35.99"
cachetools = "^5.4.0" cachetools = "^5.5.2"
cffi = "^1.16.0" cffi = "^1.16.0"
cryptography = "^44.0.2" cryptography = "^44.0.2"
flask-redis = "^0.4.0" flask-redis = "^0.4.0"