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

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2540>
This commit is contained in:
Renovate Bot 2023-07-26 08:06:11 +00:00
parent 93bf644d2c
commit c01031945f
2 changed files with 5 additions and 5 deletions

8
api/poetry.lock generated
View File

@ -742,14 +742,14 @@ files = [
[[package]]
name = "click"
version = "8.1.5"
version = "8.1.6"
description = "Composable command line interface toolkit"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{file = "click-8.1.5-py3-none-any.whl", hash = "sha256:e576aa487d679441d7d30abb87e1b43d24fc53bffb8758443b1a9e1cee504548"},
{file = "click-8.1.5.tar.gz", hash = "sha256:4be4b1af8d665c6d942909916d31a213a106800c47d0eeba73d34da3cbc11367"},
{file = "click-8.1.6-py3-none-any.whl", hash = "sha256:fa244bb30b3b5ee2cae3da8f55c9e5e0c0e86093306301fb418eb9dc40fbded5"},
{file = "click-8.1.6.tar.gz", hash = "sha256:48ee849951919527a045bfe3bf7baa8a959c423134e1a5b98c05c20ba75a1cbd"},
]
[package.dependencies]
@ -4003,4 +4003,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.7"
content-hash = "a0cda10a5e4e05bcef83824fcdc7c03003377099ca8d868b5a89852bdf302cf8"
content-hash = "f35e143d5fb86e57f21c01e9a60f44e6498d377237175b5bb4dd461c38124d62"

View File

@ -70,7 +70,7 @@ aiohttp = "==3.8.5"
arrow = "==1.2.3"
bleach = "==5.0.1"
boto3 = "==1.26.161"
click = "==8.1.5"
click = "==8.1.6"
cryptography = "==38.0.4"
feedparser = "==6.0.10"
musicbrainzngs = "==0.7.1"