Update dependency prompt-toolkit to v3.0.29 (develop)
This commit is contained in:
parent
0de0608293
commit
d6b40b2d23
|
@ -1343,7 +1343,7 @@ testing = ["pytest", "pytest-benchmark"]
|
|||
|
||||
[[package]]
|
||||
name = "prompt-toolkit"
|
||||
version = "3.0.28"
|
||||
version = "3.0.29"
|
||||
description = "Library for building powerful interactive command lines in Python"
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -2113,7 +2113,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "842e541fc97f94ab9f0527336e162242401c9f06e9012cef736e6de2279ea5b7"
|
||||
content-hash = "223ec5affa4c8041582372f4a08cc1966f047ea136d9ce6511a0e9022862c2da"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -3051,8 +3051,8 @@ pluggy = [
|
|||
{file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"},
|
||||
]
|
||||
prompt-toolkit = [
|
||||
{file = "prompt_toolkit-3.0.28-py3-none-any.whl", hash = "sha256:30129d870dcb0b3b6a53efdc9d0a83ea96162ffd28ffe077e94215b233dc670c"},
|
||||
{file = "prompt_toolkit-3.0.28.tar.gz", hash = "sha256:9f1cd16b1e86c2968f2519d7fb31dd9d669916f515612c269d14e9ed52b51650"},
|
||||
{file = "prompt_toolkit-3.0.29-py3-none-any.whl", hash = "sha256:62291dad495e665fca0bda814e342c69952086afb0f4094d0893d357e5c78752"},
|
||||
{file = "prompt_toolkit-3.0.29.tar.gz", hash = "sha256:bd640f60e8cecd74f0dc249713d433ace2ddc62b65ee07f96d358e0b152b6ea7"},
|
||||
]
|
||||
psycopg2 = [
|
||||
{file = "psycopg2-2.9.3-cp310-cp310-win32.whl", hash = "sha256:083707a696e5e1c330af2508d8fab36f9700b26621ccbcb538abe22e15485362"},
|
||||
|
|
|
@ -76,7 +76,7 @@ factory-boy = "==3.2.1"
|
|||
django-debug-toolbar = "==3.2.4"
|
||||
asynctest = "==0.13.0"
|
||||
aioresponses = "==0.7.3"
|
||||
prompt-toolkit = "==3.0.28"
|
||||
prompt-toolkit = "==3.0.29"
|
||||
black = "==22.1.0"
|
||||
ipdb = "==0.13.9"
|
||||
drf-spectacular = "==0.22.0"
|
||||
|
|
Loading…
Reference in New Issue