chore(api): update dependency click to v8.1.7

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2569>
environments/review-docs-merge-py0v6m/deployments/18360
Renovate Bot 2023-08-29 14:05:11 +00:00
rodzic d0e8045d99
commit 0b0947004d
2 zmienionych plików z 5 dodań i 5 usunięć

8
api/poetry.lock wygenerowano
Wyświetl plik

@ -753,13 +753,13 @@ files = [
[[package]]
name = "click"
version = "8.1.3"
version = "8.1.7"
description = "Composable command line interface toolkit"
optional = false
python-versions = ">=3.7"
files = [
{file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"},
{file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"},
{file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"},
{file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"},
]
[package.dependencies]
@ -4106,4 +4106,4 @@ typesense = ["typesense"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "9189cc07a1bb41e418f4d7338e9a8a4362d9466483721e8bcc0230a6e24195f4"
content-hash = "b7a0abb46f6166ebd23e842805bc1839a0d668fa87d9a08e3b7e16cc35fc0a06"

Wyświetl plik

@ -71,7 +71,7 @@ arrow = "==1.2.3"
backports-zoneinfo = { version = "==0.2.1", python = "<3.9" }
bleach = "==5.0.1"
boto3 = "==1.26.161"
click = "==8.1.3"
click = "==8.1.7"
cryptography = "==38.0.4"
feedparser = "==6.0.10"
musicbrainzngs = "==0.7.1"