Update dependency click to v8.1.3 (develop)
This commit is contained in:
parent
e3a28b57d1
commit
e2765eec9f
|
@ -417,7 +417,7 @@ unicode_backport = ["unicodedata2"]
|
|||
|
||||
[[package]]
|
||||
name = "click"
|
||||
version = "8.1.2"
|
||||
version = "8.1.3"
|
||||
description = "Composable command line interface toolkit"
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -2114,7 +2114,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "16a9ad7ecadbcd46c0a31049fbdc5192eb08180fb91fa9e280217a01dd3a74d6"
|
||||
content-hash = "3b4f0148a0cf84b768e398510418e6dcecc47fedd12bfe0aa2066fec8e940281"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -2372,8 +2372,8 @@ charset-normalizer = [
|
|||
{file = "charset_normalizer-2.0.12-py3-none-any.whl", hash = "sha256:6881edbebdb17b39b4eaaa821b438bf6eddffb4468cf344f09f89def34a8b1df"},
|
||||
]
|
||||
click = [
|
||||
{file = "click-8.1.2-py3-none-any.whl", hash = "sha256:24e1a4a9ec5bf6299411369b208c1df2188d9eb8d916302fe6bf03faed227f1e"},
|
||||
{file = "click-8.1.2.tar.gz", hash = "sha256:479707fe14d9ec9a0757618b7a100a0ae4c4e236fac5b7f80ca68028141a1a72"},
|
||||
{file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"},
|
||||
{file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"},
|
||||
]
|
||||
click-didyoumean = [
|
||||
{file = "click-didyoumean-0.3.0.tar.gz", hash = "sha256:f184f0d851d96b6d29297354ed981b7dd71df7ff500d82fa6d11f0856bee8035"},
|
||||
|
|
|
@ -45,7 +45,7 @@ boto3 = "==1.21.40"
|
|||
unicode-slugify = "==0.1.5"
|
||||
django-cacheops = "==6.0"
|
||||
service-identity = "==21.1.0"
|
||||
click = "==8.1.2"
|
||||
click = "==8.1.3"
|
||||
Markdown = "==3.3.6"
|
||||
bleach = "==4.1.0"
|
||||
feedparser = "==6.0.8"
|
||||
|
|
Loading…
Reference in New Issue