chore(api): update dependency prompt-toolkit to v3.0.38
This commit is contained in:
parent
1eaeddcda6
commit
96101d7010
|
@ -2459,14 +2459,14 @@ files = [
|
|||
|
||||
[[package]]
|
||||
name = "prompt-toolkit"
|
||||
version = "3.0.36"
|
||||
version = "3.0.38"
|
||||
description = "Library for building powerful interactive command lines in Python"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.6.2"
|
||||
python-versions = ">=3.7.0"
|
||||
files = [
|
||||
{file = "prompt_toolkit-3.0.36-py3-none-any.whl", hash = "sha256:aa64ad242a462c5ff0363a7b9cfe696c20d55d9fc60c11fd8e632d064804d305"},
|
||||
{file = "prompt_toolkit-3.0.36.tar.gz", hash = "sha256:3e163f254bef5a03b146397d7c1963bd3e2812f0964bb9a24e6ec761fd28db63"},
|
||||
{file = "prompt_toolkit-3.0.38-py3-none-any.whl", hash = "sha256:45ea77a2f7c60418850331366c81cf6b5b9cf4c7fd34616f733c5427e6abbb1f"},
|
||||
{file = "prompt_toolkit-3.0.38.tar.gz", hash = "sha256:23ac5d50538a9a38c8bde05fecb47d0b403ecd0662857a86f886f798563d5b9b"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -3958,4 +3958,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "0a1428ab763c89ddbc5e71a8d527d4f4f18f2d299482eab7c652353bb4e487fd"
|
||||
content-hash = "28762ece1bd6d0b87a35a4a7ddd6b612c58f4511b485a77bb65a2ad2b6ae4d12"
|
||||
|
|
|
@ -103,7 +103,7 @@ factory-boy = "==3.2.1"
|
|||
faker = "==15.3.4"
|
||||
flake8 = "==3.9.2"
|
||||
ipdb = "==0.13.13"
|
||||
prompt-toolkit = "==3.0.36"
|
||||
prompt-toolkit = "==3.0.38"
|
||||
pytest = "==7.2.1"
|
||||
pytest-asyncio = "==0.20.3"
|
||||
pytest-cov = "==4.0.0"
|
||||
|
|
Loading…
Reference in New Issue