Update dependency prompt-toolkit to v3.0.32

This commit is contained in:
Renovate Bot 2022-11-05 19:34:52 +00:00
parent 14607e1041
commit 16aba95c7a
2 changed files with 5 additions and 5 deletions

8
api/poetry.lock generated
View File

@ -1368,7 +1368,7 @@ python-versions = ">=3.6"
[[package]]
name = "prompt-toolkit"
version = "3.0.31"
version = "3.0.32"
description = "Library for building powerful interactive command lines in Python"
category = "main"
optional = false
@ -2193,7 +2193,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "dd8cc4bd9148a0a98a8304a315b2ae72de0effc3f5a127c8f48b7d24efbd1ac6"
content-hash = "4a5638339ba54eeb6c213868539e74fd51a9e355a7f4a086be0af5c9a7537df2"
[metadata.files]
aiohttp = [
@ -3248,8 +3248,8 @@ pluralizer = [
{file = "pluralizer-1.2.0.tar.gz", hash = "sha256:fe3fb8e1e53fabf372e77d8cbebe04b0f8fc7db853aeff50095dbd5628ac39c5"},
]
prompt-toolkit = [
{file = "prompt_toolkit-3.0.31-py3-none-any.whl", hash = "sha256:9696f386133df0fc8ca5af4895afe5d78f5fcfe5258111c2a79a1c3e41ffa96d"},
{file = "prompt_toolkit-3.0.31.tar.gz", hash = "sha256:9ada952c9d1787f52ff6d5f3484d0b4df8952787c087edf6a1f7c2cb1ea88148"},
{file = "prompt_toolkit-3.0.32-py3-none-any.whl", hash = "sha256:24becda58d49ceac4dc26232eb179ef2b21f133fecda7eed6018d341766ed76e"},
{file = "prompt_toolkit-3.0.32.tar.gz", hash = "sha256:e7f2129cba4ff3b3656bbdda0e74ee00d2f874a8bcdb9dd16f5fec7b3e173cae"},
]
psycopg2 = [
{file = "psycopg2-2.9.5-cp310-cp310-win32.whl", hash = "sha256:d3ef67e630b0de0779c42912fe2cbae3805ebaba30cda27fea2a3de650a9414f"},

View File

@ -79,7 +79,7 @@ factory-boy = "==3.2.1"
django-debug-toolbar = "==3.6.0"
asynctest = "==0.13.0"
aioresponses = "==0.7.3"
prompt-toolkit = "==3.0.31"
prompt-toolkit = "==3.0.32"
black = "==22.10.0"
ipdb = "==0.13.9"
debugpy = "==1.6.3"