chore(api): update dependency prompt-toolkit to v3.0.38

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2477>
minimal-python-version
Renovate Bot 2023-06-13 05:33:17 +00:00
rodzic 1b4fed00a8
commit 24785ef1ad
2 zmienionych plików z 6 dodań i 6 usunięć

10
api/poetry.lock wygenerowano
Wyświetl plik

@ -2400,14 +2400,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]
@ -3865,4 +3865,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.7"
content-hash = "3555a9a8efe88b370196a8afa21f2f62ce01a396b1628be0b8a4f420b9828448"
content-hash = "36696c66daa8256de0eac083f11467be2f133aa6df507034a6c4e8eaf4ec2df3"

Wyświetl plik

@ -104,7 +104,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"