Update dependency prompt-toolkit to v3.0.30 (develop)
This commit is contained in:
parent
4cbdf0026b
commit
29caae37b2
|
@ -1342,7 +1342,7 @@ testing = ["pytest", "pytest-benchmark"]
|
|||
|
||||
[[package]]
|
||||
name = "prompt-toolkit"
|
||||
version = "3.0.29"
|
||||
version = "3.0.30"
|
||||
description = "Library for building powerful interactive command lines in Python"
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -2120,7 +2120,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "90ae3ec9f3c49fb79d72eda0d0526419e4d6b8e0483337e48d00c84e93ea22f6"
|
||||
content-hash = "dc30da9725e72644e0177418246c203c2308ff462f8c6c18757d676134be1cf9"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -3077,8 +3077,8 @@ pluggy = [
|
|||
{file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"},
|
||||
]
|
||||
prompt-toolkit = [
|
||||
{file = "prompt_toolkit-3.0.29-py3-none-any.whl", hash = "sha256:62291dad495e665fca0bda814e342c69952086afb0f4094d0893d357e5c78752"},
|
||||
{file = "prompt_toolkit-3.0.29.tar.gz", hash = "sha256:bd640f60e8cecd74f0dc249713d433ace2ddc62b65ee07f96d358e0b152b6ea7"},
|
||||
{file = "prompt_toolkit-3.0.30-py3-none-any.whl", hash = "sha256:d8916d3f62a7b67ab353a952ce4ced6a1d2587dfe9ef8ebc30dd7c386751f289"},
|
||||
{file = "prompt_toolkit-3.0.30.tar.gz", hash = "sha256:859b283c50bde45f5f97829f77a4674d1c1fcd88539364f1b28a37805cfd89c0"},
|
||||
]
|
||||
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.5.0"
|
||||
asynctest = "==0.13.0"
|
||||
aioresponses = "==0.7.3"
|
||||
prompt-toolkit = "==3.0.29"
|
||||
prompt-toolkit = "==3.0.30"
|
||||
black = "==22.3.0"
|
||||
ipdb = "==0.13.9"
|
||||
drf-spectacular = "==0.22.1"
|
||||
|
|
Loading…
Reference in New Issue