mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-20 14:29:25 -04:00
Merge pull request #2098 from GSA/dependabot/pip/cachetools-6.2.2
Bump cachetools from 6.2.1 to 6.2.2
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@@ -607,14 +607,14 @@ redis = ["redis (>=2.10.5)"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cachetools"
|
name = "cachetools"
|
||||||
version = "6.2.1"
|
version = "6.2.2"
|
||||||
description = "Extensible memoizing collections and decorators"
|
description = "Extensible memoizing collections and decorators"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.9"
|
python-versions = ">=3.9"
|
||||||
groups = ["main"]
|
groups = ["main"]
|
||||||
files = [
|
files = [
|
||||||
{file = "cachetools-6.2.1-py3-none-any.whl", hash = "sha256:09868944b6dde876dfd44e1d47e18484541eaf12f26f29b7af91b26cc892d701"},
|
{file = "cachetools-6.2.2-py3-none-any.whl", hash = "sha256:6c09c98183bf58560c97b2abfcedcbaf6a896a490f534b031b661d3723b45ace"},
|
||||||
{file = "cachetools-6.2.1.tar.gz", hash = "sha256:3f391e4bd8f8bf0931169baf7456cc822705f4e2a31f840d218f445b9a854201"},
|
{file = "cachetools-6.2.2.tar.gz", hash = "sha256:8e6d266b25e539df852251cfd6f990b4bc3a141db73b939058d809ebd2590fc6"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -5957,4 +5957,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = "^3.13.2"
|
python-versions = "^3.13.2"
|
||||||
content-hash = "f6cebd440fd0c96ca00b4a6fb8f8406f0956f904f45220b3f0a66c07c76fa9f8"
|
content-hash = "fb9ffeedf3ad14228edcb9b094779d7fa47bbdd02122a5a0324122a24c1358f7"
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ amqp = "==5.3.1"
|
|||||||
beautifulsoup4 = "==4.14.2"
|
beautifulsoup4 = "==4.14.2"
|
||||||
boto3 = "^1.38.27"
|
boto3 = "^1.38.27"
|
||||||
botocore = "^1.38.27"
|
botocore = "^1.38.27"
|
||||||
cachetools = "==6.2.1"
|
cachetools = "==6.2.2"
|
||||||
celery = {version = "==5.5.3", extras = ["redis"]}
|
celery = {version = "==5.5.3", extras = ["redis"]}
|
||||||
certifi = ">=2022.12.7"
|
certifi = ">=2022.12.7"
|
||||||
cffi = "==2.0.0"
|
cffi = "==2.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user