diff --git a/api/poetry.lock b/api/poetry.lock index 34ed06c86..6bfb4ddd9 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -2512,14 +2512,14 @@ files = [ [[package]] name = "prompt-toolkit" -version = "3.0.38" +version = "3.0.39" description = "Library for building powerful interactive command lines in Python" category = "main" optional = false python-versions = ">=3.7.0" files = [ - {file = "prompt_toolkit-3.0.38-py3-none-any.whl", hash = "sha256:45ea77a2f7c60418850331366c81cf6b5b9cf4c7fd34616f733c5427e6abbb1f"}, - {file = "prompt_toolkit-3.0.38.tar.gz", hash = "sha256:23ac5d50538a9a38c8bde05fecb47d0b403ecd0662857a86f886f798563d5b9b"}, + {file = "prompt_toolkit-3.0.39-py3-none-any.whl", hash = "sha256:9dffbe1d8acf91e3de75f3b544e4842382fc06c6babe903ac9acb74dc6e08d88"}, + {file = "prompt_toolkit-3.0.39.tar.gz", hash = "sha256:04505ade687dc26dc4284b1ad19a83be2f2afe83e7a828ace0c72f3a1df72aac"}, ] [package.dependencies] @@ -4004,4 +4004,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "ff41ce4e49f43c08f86bbafb25ffad2d88aa978009d6088cc96acd5fdd1c2783" +content-hash = "b7e4142a6fe997e88728d6e99b7f4c95b9eddba9ded476994c7331d7833a0f0d" diff --git a/api/pyproject.toml b/api/pyproject.toml index fb589d735..2ac28350c 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -104,7 +104,7 @@ factory-boy = "==3.2.1" faker = "==15.3.4" flake8 = "==3.9.2" ipdb = "==0.13.13" -prompt-toolkit = "==3.0.38" +prompt-toolkit = "==3.0.39" pytest = "==7.2.1" pytest-asyncio = "==0.20.3" pytest-cov = "==4.0.0"