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"