From b295f89ebea109156570cc2e7a68dafee6a01bc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 17:33:21 -0400 Subject: [PATCH] Bump click from 8.1.4 to 8.1.5 in /api (#538) Bumps [click](https://github.com/pallets/click) from 8.1.4 to 8.1.5. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/8.1.5/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.1.4...8.1.5) --- updated-dependencies: - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Juan Calderon-Perez <835733+gaby@users.noreply.github.com> --- 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 6792bc5..269dd67 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -282,13 +282,13 @@ files = [ [[package]] name = "click" -version = "8.1.4" +version = "8.1.5" description = "Composable command line interface toolkit" optional = false python-versions = ">=3.7" files = [ - {file = "click-8.1.4-py3-none-any.whl", hash = "sha256:2739815aaa5d2c986a88f1e9230c55e17f0caad3d958a5e13ad0797c166db9e3"}, - {file = "click-8.1.4.tar.gz", hash = "sha256:b97d0c74955da062a7d4ef92fadb583806a585b2ea81958a81bd72726cbb8e37"}, + {file = "click-8.1.5-py3-none-any.whl", hash = "sha256:e576aa487d679441d7d30abb87e1b43d24fc53bffb8758443b1a9e1cee504548"}, + {file = "click-8.1.5.tar.gz", hash = "sha256:4be4b1af8d665c6d942909916d31a213a106800c47d0eeba73d34da3cbc11367"}, ] [package.dependencies] @@ -2226,4 +2226,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "a8478e888427809ebbe30d85f5424366d9a029302d96bbd81eabac9a39360bde" +content-hash = "43b7bdb76d801fae9a7d7a10fc8238b9e9c45134b9db44b79247d529f98ed560" diff --git a/api/pyproject.toml b/api/pyproject.toml index 0348b54..11da657 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -45,7 +45,7 @@ websockets = "^11.0" anyio = "^3.7.1" certifi = "^2023.5.7" charset-normalizer = "^3.2.0" -click = "^8.1.4" +click = "^8.1.5" email-validator = "^2.0.0" fastapi = "^0.95.1" filelock = "^3.12.2"