chore(api): update dependency prompt-toolkit to v3.0.36
This commit is contained in:
parent
82305b0b7e
commit
f941f380f5
|
@ -1362,7 +1362,7 @@ python-versions = ">=3.6"
|
|||
|
||||
[[package]]
|
||||
name = "prompt-toolkit"
|
||||
version = "3.0.33"
|
||||
version = "3.0.36"
|
||||
description = "Library for building powerful interactive command lines in Python"
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -2181,7 +2181,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "1e178f8bc84167fd40ea1f4474d790779bd2192535a072b0cffee1e4de5884a3"
|
||||
content-hash = "b8e71c43951cc04610fec2bd435d2b117a9e5bc6a9e1b064ae943f970d738423"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -3212,8 +3212,8 @@ pluralizer = [
|
|||
{file = "pluralizer-1.2.0.tar.gz", hash = "sha256:fe3fb8e1e53fabf372e77d8cbebe04b0f8fc7db853aeff50095dbd5628ac39c5"},
|
||||
]
|
||||
prompt-toolkit = [
|
||||
{file = "prompt_toolkit-3.0.33-py3-none-any.whl", hash = "sha256:ced598b222f6f4029c0800cefaa6a17373fb580cd093223003475ce32805c35b"},
|
||||
{file = "prompt_toolkit-3.0.33.tar.gz", hash = "sha256:535c29c31216c77302877d5120aef6c94ff573748a5b5ca5b1b1f76f5e700c73"},
|
||||
{file = "prompt_toolkit-3.0.36-py3-none-any.whl", hash = "sha256:aa64ad242a462c5ff0363a7b9cfe696c20d55d9fc60c11fd8e632d064804d305"},
|
||||
{file = "prompt_toolkit-3.0.36.tar.gz", hash = "sha256:3e163f254bef5a03b146397d7c1963bd3e2812f0964bb9a24e6ec761fd28db63"},
|
||||
]
|
||||
psycopg2 = [
|
||||
{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.8.1"
|
||||
asynctest = "==0.13.0"
|
||||
aioresponses = "==0.7.3"
|
||||
prompt-toolkit = "==3.0.33"
|
||||
prompt-toolkit = "==3.0.36"
|
||||
black = "==22.10.0"
|
||||
ipdb = "==0.13.9"
|
||||
debugpy = "==1.6.4"
|
||||
|
|
Loading…
Reference in New Issue