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

This commit is contained in:
Renovate Bot 2023-07-13 15:35:25 +00:00
parent b6d6f118f3
commit 58d0109d02
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.3"
version = "8.1.5"
description = "Composable command line interface toolkit"
category = "main"
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.5-py3-none-any.whl", hash = "sha256:e576aa487d679441d7d30abb87e1b43d24fc53bffb8758443b1a9e1cee504548"},
{file = "click-8.1.5.tar.gz", hash = "sha256:4be4b1af8d665c6d942909916d31a213a106800c47d0eeba73d34da3cbc11367"},
]
[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 = "424c5787c18065c097583776a0eebf68dfd118df634d44fff7e9863c78e6f634"
content-hash = "3eebd3ca97c8b920d6b5795cfb8e7f08faabf4e6265ab63c2fbbf3de50b84e71"

View File

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