diff --git a/api/poetry.lock b/api/poetry.lock index a7f70f443..8c3750f40 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -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" diff --git a/api/pyproject.toml b/api/pyproject.toml index b6f9f6a33..4010b6f11 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -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"