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

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2619>
environments/review-docs-renov-dx7eod/deployments/18676
Renovate Bot 2023-11-14 09:04:21 +00:00 zatwierdzone przez Marge
rodzic d0dc7d2232
commit 3b287b1d37
2 zmienionych plików z 5 dodań i 5 usunięć

8
api/poetry.lock wygenerowano
Wyświetl plik

@ -2431,13 +2431,13 @@ files = [
[[package]]
name = "prompt-toolkit"
version = "3.0.39"
version = "3.0.41"
description = "Library for building powerful interactive command lines in Python"
optional = false
python-versions = ">=3.7.0"
files = [
{file = "prompt_toolkit-3.0.39-py3-none-any.whl", hash = "sha256:9dffbe1d8acf91e3de75f3b544e4842382fc06c6babe903ac9acb74dc6e08d88"},
{file = "prompt_toolkit-3.0.39.tar.gz", hash = "sha256:04505ade687dc26dc4284b1ad19a83be2f2afe83e7a828ace0c72f3a1df72aac"},
{file = "prompt_toolkit-3.0.41-py3-none-any.whl", hash = "sha256:f36fe301fafb7470e86aaf90f036eef600a3210be4decf461a5b1ca8403d3cb2"},
{file = "prompt_toolkit-3.0.41.tar.gz", hash = "sha256:941367d97fc815548822aa26c2a269fdc4eb21e9ec05fc5d447cf09bad5d75f0"},
]
[package.dependencies]
@ -3894,4 +3894,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.7"
content-hash = "1ebda1967d7df47ed3e22d5c5c9f24b59422f9df2bab319399a737ae5b152711"
content-hash = "a0434a4ab1ab1e02648da15bcf0f5517ec2a7b2291d696fb0595666a91f8737c"

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.39"
prompt-toolkit = "==3.0.41"
pytest = "==7.2.1"
pytest-asyncio = "==0.20.3"
pytest-cov = "==4.0.0"