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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Juan Calderon-Perez <835733+gaby@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-15 17:33:21 -04:00 committed by GitHub
parent 8f997f6395
commit b295f89ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
api/poetry.lock generated
View File

@ -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"

View File

@ -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"