diff --git a/api/poetry.lock b/api/poetry.lock index 7b03111a1..fb0d7925b 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -2560,13 +2560,13 @@ files = [ [[package]] name = "prompt-toolkit" -version = "3.0.41" +version = "3.0.43" description = "Library for building powerful interactive command lines in Python" optional = false python-versions = ">=3.7.0" files = [ - {file = "prompt_toolkit-3.0.41-py3-none-any.whl", hash = "sha256:f36fe301fafb7470e86aaf90f036eef600a3210be4decf461a5b1ca8403d3cb2"}, - {file = "prompt_toolkit-3.0.41.tar.gz", hash = "sha256:941367d97fc815548822aa26c2a269fdc4eb21e9ec05fc5d447cf09bad5d75f0"}, + {file = "prompt_toolkit-3.0.43-py3-none-any.whl", hash = "sha256:a11a29cb3bf0a28a387fe5122cdb649816a957cd9261dcedf8c9f1fef33eacf6"}, + {file = "prompt_toolkit-3.0.43.tar.gz", hash = "sha256:3527b7af26106cbc65a040bcc84839a3566ec1b051bb0bfe953631e704b0ff7d"}, ] [package.dependencies] @@ -4559,4 +4559,4 @@ typesense = ["typesense"] [metadata] lock-version = "2.0" python-versions = "^3.8,<3.12" -content-hash = "a6b1e89b16aad535b7fcf6b7e9fa983324e2d0073547ae3f689c4a263a039468" +content-hash = "2ba94f2d468044580fb54f1705c50d3f5b6d268b9d0f45ceb2552ba57973b4f8" diff --git a/api/pyproject.toml b/api/pyproject.toml index c25d3dcdf..427c1f868 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -112,7 +112,7 @@ flake8 = "==3.9.2" ipdb = "==0.13.13" pytest = "==7.4.3" pytest-asyncio = "==0.21.0" -prompt-toolkit = "==3.0.41" +prompt-toolkit = "==3.0.43" pytest-cov = "==4.0.0" pytest-django = "==4.5.2" pytest-env = "==0.8.2"