diff --git a/backend/poetry.lock b/backend/poetry.lock index a45d769..2dc5dd0 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -158,7 +158,7 @@ python-versions = "*" [[package]] name = "inquirer" -version = "3.1.1" +version = "3.1.2" description = "Collection of common interactive command line user interfaces, based on Inquirer.js" category = "main" optional = false @@ -552,7 +552,7 @@ python-versions = ">=3.7" [metadata] lock-version = "1.1" python-versions = "^3.11" -content-hash = "cc95a3866f48c43889b907ce5f448d231020175a0d9b48a23be4778420ca0567" +content-hash = "c9642932e64f7ef55b16cf6d61c9c111ffdd8dbcfaa78e407eeffe3f48206157" [metadata.files] ansicon = [ @@ -762,8 +762,8 @@ iniconfig = [ {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, ] inquirer = [ - {file = "inquirer-3.1.1-py3-none-any.whl", hash = "sha256:e43ce52cde7f66e73cc24e2dda9afc686ca1c1e8df5b0b3277691083f07cdccc"}, - {file = "inquirer-3.1.1.tar.gz", hash = "sha256:1a644cfb6a4e09a5bd82f9944274eabaa798aa920331c70a8a7550dda299943b"}, + {file = "inquirer-3.1.2-py3-none-any.whl", hash = "sha256:52103c2ddc17e0bf40157b5609721e263941a439d29fb0c4fb40a3196c4f50ba"}, + {file = "inquirer-3.1.2.tar.gz", hash = "sha256:d5b4dafe5cbb9edf5991b77bd08053b683e13b600bf9174c0bda5a35b3e88ec5"}, ] jinxed = [ {file = "jinxed-1.2.0-py2.py3-none-any.whl", hash = "sha256:cfc2b2e4e3b4326954d546ba6d6b9a7a796ddcb0aef8d03161d005177eb0d48b"}, diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 82ee589..f27f07b 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -17,7 +17,7 @@ pydantic = "1.10.4" PyYAML = "6.0" typer = { extras = ["all"], version = "0.7.0" } uvloop = "0.17.0" -inquirer = "3.1.1" +inquirer = "3.1.2" soxr = "0.3.3" fastapi = "0.89.0" uvicorn = { extras = ["standard"], version = "0.20.0" }