Update dependency prompt-toolkit to v3.0.33
This commit is contained in:
parent
342e5ff04d
commit
a9d26cbbf7
|
@ -1362,7 +1362,7 @@ python-versions = ">=3.6"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "prompt-toolkit"
|
name = "prompt-toolkit"
|
||||||
version = "3.0.32"
|
version = "3.0.33"
|
||||||
description = "Library for building powerful interactive command lines in Python"
|
description = "Library for building powerful interactive command lines in Python"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
|
@ -2183,7 +2183,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.7"
|
python-versions = "^3.7"
|
||||||
content-hash = "d197522d62024dd75f481db080193b737cb6b66bd37fa93d1888bc071ae03ce6"
|
content-hash = "54ae600d46e106271077a99026e920b5154f946298989de7dd7297fa6d6aef74"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiohttp = [
|
aiohttp = [
|
||||||
|
@ -3210,8 +3210,8 @@ pluralizer = [
|
||||||
{file = "pluralizer-1.2.0.tar.gz", hash = "sha256:fe3fb8e1e53fabf372e77d8cbebe04b0f8fc7db853aeff50095dbd5628ac39c5"},
|
{file = "pluralizer-1.2.0.tar.gz", hash = "sha256:fe3fb8e1e53fabf372e77d8cbebe04b0f8fc7db853aeff50095dbd5628ac39c5"},
|
||||||
]
|
]
|
||||||
prompt-toolkit = [
|
prompt-toolkit = [
|
||||||
{file = "prompt_toolkit-3.0.32-py3-none-any.whl", hash = "sha256:24becda58d49ceac4dc26232eb179ef2b21f133fecda7eed6018d341766ed76e"},
|
{file = "prompt_toolkit-3.0.33-py3-none-any.whl", hash = "sha256:ced598b222f6f4029c0800cefaa6a17373fb580cd093223003475ce32805c35b"},
|
||||||
{file = "prompt_toolkit-3.0.32.tar.gz", hash = "sha256:e7f2129cba4ff3b3656bbdda0e74ee00d2f874a8bcdb9dd16f5fec7b3e173cae"},
|
{file = "prompt_toolkit-3.0.33.tar.gz", hash = "sha256:535c29c31216c77302877d5120aef6c94ff573748a5b5ca5b1b1f76f5e700c73"},
|
||||||
]
|
]
|
||||||
psycopg2 = [
|
psycopg2 = [
|
||||||
{file = "psycopg2-2.9.5-cp310-cp310-win32.whl", hash = "sha256:d3ef67e630b0de0779c42912fe2cbae3805ebaba30cda27fea2a3de650a9414f"},
|
{file = "psycopg2-2.9.5-cp310-cp310-win32.whl", hash = "sha256:d3ef67e630b0de0779c42912fe2cbae3805ebaba30cda27fea2a3de650a9414f"},
|
||||||
|
|
|
@ -78,7 +78,7 @@ factory-boy = "==3.2.1"
|
||||||
django-debug-toolbar = "==3.7.0"
|
django-debug-toolbar = "==3.7.0"
|
||||||
asynctest = "==0.13.0"
|
asynctest = "==0.13.0"
|
||||||
aioresponses = "==0.7.3"
|
aioresponses = "==0.7.3"
|
||||||
prompt-toolkit = "==3.0.32"
|
prompt-toolkit = "==3.0.33"
|
||||||
black = "==22.10.0"
|
black = "==22.10.0"
|
||||||
ipdb = "==0.13.9"
|
ipdb = "==0.13.9"
|
||||||
debugpy = "==1.6.3"
|
debugpy = "==1.6.3"
|
||||||
|
|
Loading…
Reference in New Issue