mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 02:41:14 -05:00
Merge pull request #1780 from GSA/dependabot/pip/cachetools-6.1.0
Bump cachetools from 6.0.0 to 6.1.0
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@@ -582,14 +582,14 @@ redis = ["redis (>=2.10.5)"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cachetools"
|
name = "cachetools"
|
||||||
version = "6.0.0"
|
version = "6.1.0"
|
||||||
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.0.0-py3-none-any.whl", hash = "sha256:82e73ba88f7b30228b5507dce1a1f878498fc669d972aef2dde4f3a3c24f103e"},
|
{file = "cachetools-6.1.0-py3-none-any.whl", hash = "sha256:1c7bb3cf9193deaf3508b7c5f2a79986c13ea38965c5adcff1f84519cf39163e"},
|
||||||
{file = "cachetools-6.0.0.tar.gz", hash = "sha256:f225782b84438f828328fc2ad74346522f27e5b1440f4e9fd18b20ebfd1aa2cf"},
|
{file = "cachetools-6.1.0.tar.gz", hash = "sha256:b4c4f404392848db3ce7aac34950d17be4d864da4b8b66911008e430bc544587"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -5587,4 +5587,4 @@ cffi = ["cffi (>=1.11)"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = "^3.12.2"
|
python-versions = "^3.12.2"
|
||||||
content-hash = "81e9884060dde73a08dfea4fa01a34345c78cfa64519ae9364dc9aca9c55f222"
|
content-hash = "489b7e304a489490abf5f5f2219254c0f1027c1654c8dec8ba5bc15b3f764645"
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ amqp = "==5.3.1"
|
|||||||
beautifulsoup4 = "==4.13.4"
|
beautifulsoup4 = "==4.13.4"
|
||||||
boto3 = "^1.38.27"
|
boto3 = "^1.38.27"
|
||||||
botocore = "^1.38.27"
|
botocore = "^1.38.27"
|
||||||
cachetools = "==6.0.0"
|
cachetools = "==6.1.0"
|
||||||
celery = {version = "==5.5.3", extras = ["redis"]}
|
celery = {version = "==5.5.3", extras = ["redis"]}
|
||||||
certifi = ">=2022.12.7"
|
certifi = ">=2022.12.7"
|
||||||
cffi = "==1.17.1"
|
cffi = "==1.17.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user