diff --git a/api/poetry.lock b/api/poetry.lock index 671ff0ae4..f77d150d3 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1319,7 +1319,7 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "prompt-toolkit" -version = "3.0.26" +version = "3.0.28" description = "Library for building powerful interactive command lines in Python" category = "main" optional = false @@ -2088,7 +2088,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "98cc9886e8421bc7b8c5c2c2a19ed6c1ed3c553b3862f3b81bb0ff1ba24e1c72" +content-hash = "70c4a5b71c1cb2f17a4d31046b31f7c66d4ac758b3ffc01a84815919583c238f" [metadata.files] aiohttp = [ @@ -3008,8 +3008,8 @@ pluggy = [ {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, ] prompt-toolkit = [ - {file = "prompt_toolkit-3.0.26-py3-none-any.whl", hash = "sha256:4bcf119be2200c17ed0d518872ef922f1de336eb6d1ddbd1e089ceb6447d97c6"}, - {file = "prompt_toolkit-3.0.26.tar.gz", hash = "sha256:a51d41a6a45fd9def54365bca8f0402c8f182f2b6f7e29c74d55faeb9fb38ac4"}, + {file = "prompt_toolkit-3.0.28-py3-none-any.whl", hash = "sha256:30129d870dcb0b3b6a53efdc9d0a83ea96162ffd28ffe077e94215b233dc670c"}, + {file = "prompt_toolkit-3.0.28.tar.gz", hash = "sha256:9f1cd16b1e86c2968f2519d7fb31dd9d669916f515612c269d14e9ed52b51650"}, ] psycopg2 = [ {file = "psycopg2-2.9.3-cp310-cp310-win32.whl", hash = "sha256:083707a696e5e1c330af2508d8fab36f9700b26621ccbcb538abe22e15485362"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index 24a57f2dc..38b6d3850 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -76,7 +76,7 @@ factory-boy = "==3.2.1" django-debug-toolbar = "==3.2.4" asynctest = "==0.13.0" aioresponses = "==0.7.3" -prompt-toolkit = "==3.0.26" +prompt-toolkit = "==3.0.28" black = "==22.1.0" ipdb = "==0.13.9" drf-spectacular = "==0.21.2"