Update dependency prompt-toolkit to v3.0.28 (develop)

This commit is contained in:
RenovateBot 2022-02-15 20:33:02 +00:00
parent a2d8802539
commit 1c366674f3
2 changed files with 5 additions and 5 deletions

8
api/poetry.lock generated
View File

@ -1319,7 +1319,7 @@ testing = ["pytest", "pytest-benchmark"]
[[package]] [[package]]
name = "prompt-toolkit" name = "prompt-toolkit"
version = "3.0.26" version = "3.0.28"
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
@ -2088,7 +2088,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 = "98cc9886e8421bc7b8c5c2c2a19ed6c1ed3c553b3862f3b81bb0ff1ba24e1c72" content-hash = "70c4a5b71c1cb2f17a4d31046b31f7c66d4ac758b3ffc01a84815919583c238f"
[metadata.files] [metadata.files]
aiohttp = [ aiohttp = [
@ -3008,8 +3008,8 @@ pluggy = [
{file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"},
] ]
prompt-toolkit = [ prompt-toolkit = [
{file = "prompt_toolkit-3.0.26-py3-none-any.whl", hash = "sha256:4bcf119be2200c17ed0d518872ef922f1de336eb6d1ddbd1e089ceb6447d97c6"}, {file = "prompt_toolkit-3.0.28-py3-none-any.whl", hash = "sha256:30129d870dcb0b3b6a53efdc9d0a83ea96162ffd28ffe077e94215b233dc670c"},
{file = "prompt_toolkit-3.0.26.tar.gz", hash = "sha256:a51d41a6a45fd9def54365bca8f0402c8f182f2b6f7e29c74d55faeb9fb38ac4"}, {file = "prompt_toolkit-3.0.28.tar.gz", hash = "sha256:9f1cd16b1e86c2968f2519d7fb31dd9d669916f515612c269d14e9ed52b51650"},
] ]
psycopg2 = [ psycopg2 = [
{file = "psycopg2-2.9.3-cp310-cp310-win32.whl", hash = "sha256:083707a696e5e1c330af2508d8fab36f9700b26621ccbcb538abe22e15485362"}, {file = "psycopg2-2.9.3-cp310-cp310-win32.whl", hash = "sha256:083707a696e5e1c330af2508d8fab36f9700b26621ccbcb538abe22e15485362"},

View File

@ -76,7 +76,7 @@ factory-boy = "==3.2.1"
django-debug-toolbar = "==3.2.4" django-debug-toolbar = "==3.2.4"
asynctest = "==0.13.0" asynctest = "==0.13.0"
aioresponses = "==0.7.3" aioresponses = "==0.7.3"
prompt-toolkit = "==3.0.26" prompt-toolkit = "==3.0.28"
black = "==22.1.0" black = "==22.1.0"
ipdb = "==0.13.9" ipdb = "==0.13.9"
drf-spectacular = "==0.21.2" drf-spectacular = "==0.21.2"