Update dependency click to v8.0.4 (develop)
This commit is contained in:
parent
efaaa0a3cc
commit
1d4392a8c4
|
@ -397,7 +397,7 @@ unicode_backport = ["unicodedata2"]
|
|||
|
||||
[[package]]
|
||||
name = "click"
|
||||
version = "8.0.3"
|
||||
version = "8.0.4"
|
||||
description = "Composable command line interface toolkit"
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -2088,7 +2088,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "44f0aa5fabc579742700ee357771619ec411c1f7209cd0d9b5914e19bcb1d0fb"
|
||||
content-hash = "4549c99cbc3ac0cb2f10b7b681de8ef1ae32d8066307003071d77e6d031b3ab1"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -2342,8 +2342,8 @@ charset-normalizer = [
|
|||
{file = "charset_normalizer-2.0.11-py3-none-any.whl", hash = "sha256:2842d8f5e82a1f6aa437380934d5e1cd4fcf2003b06fed6940769c164a480a45"},
|
||||
]
|
||||
click = [
|
||||
{file = "click-8.0.3-py3-none-any.whl", hash = "sha256:353f466495adaeb40b6b5f592f9f91cb22372351c84caeb068132442a4518ef3"},
|
||||
{file = "click-8.0.3.tar.gz", hash = "sha256:410e932b050f5eed773c4cda94de75971c89cdb3155a72a0831139a79e5ecb5b"},
|
||||
{file = "click-8.0.4-py3-none-any.whl", hash = "sha256:6a7a62563bbfabfda3a38f3023a1db4a35978c0abd76f6c9605ecd6554d6d9b1"},
|
||||
{file = "click-8.0.4.tar.gz", hash = "sha256:8458d7b1287c5fb128c90e23381cf99dcde74beaf6c7ff6384ce84d6fe090adb"},
|
||||
]
|
||||
click-didyoumean = [
|
||||
{file = "click-didyoumean-0.3.0.tar.gz", hash = "sha256:f184f0d851d96b6d29297354ed981b7dd71df7ff500d82fa6d11f0856bee8035"},
|
||||
|
|
|
@ -46,7 +46,7 @@ boto3 = "==1.21.3"
|
|||
unicode-slugify = "==0.1.5"
|
||||
django-cacheops = "==6.0"
|
||||
service-identity = "==21.1.0"
|
||||
click = "==8.0.3"
|
||||
click = "==8.0.4"
|
||||
Markdown = "==3.3.6"
|
||||
bleach = "==4.1.0"
|
||||
feedparser = "==6.0.8"
|
||||
|
|
Loading…
Reference in New Issue