From 0b0947004d5bc128cd2e4a4ae2e79acc0c450565 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 29 Aug 2023 14:05:11 +0000 Subject: [PATCH] chore(api): update dependency click to v8.1.7 Part-of: --- api/poetry.lock | 8 ++++---- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 7f52aba34..9aaf250ea 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -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" diff --git a/api/pyproject.toml b/api/pyproject.toml index 9f2ac5a44..c28b914ad 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -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"