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

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2555>
This commit is contained in:
Renovate Bot 2023-08-24 17:34:19 +00:00
parent 48f608c984
commit 6eb0555eeb
2 changed files with 5 additions and 5 deletions

8
api/poetry.lock generated
View File

@ -715,13 +715,13 @@ files = [
[[package]]
name = "click"
version = "8.1.6"
version = "8.1.7"
description = "Composable command line interface toolkit"
optional = false
python-versions = ">=3.7"
files = [
{file = "click-8.1.6-py3-none-any.whl", hash = "sha256:fa244bb30b3b5ee2cae3da8f55c9e5e0c0e86093306301fb418eb9dc40fbded5"},
{file = "click-8.1.6.tar.gz", hash = "sha256:48ee849951919527a045bfe3bf7baa8a959c423134e1a5b98c05c20ba75a1cbd"},
{file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"},
{file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"},
]
[package.dependencies]
@ -3863,4 +3863,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.7"
content-hash = "b7e4142a6fe997e88728d6e99b7f4c95b9eddba9ded476994c7331d7833a0f0d"
content-hash = "f379db61bfa9a583c521e5f03c1f5718e73ee3479f66b1e2099dffc3ae27a6e6"

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.6"
click = "==8.1.7"
cryptography = "==38.0.4"
feedparser = "==6.0.10"
musicbrainzngs = "==0.7.1"