diff --git a/poetry.lock b/poetry.lock index 35f85c515..9fc9bf028 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "aiofiles" @@ -865,14 +865,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "prompt-toolkit" -version = "3.0.28" +version = "3.0.38" description = "Library for building powerful interactive command lines in Python" category = "main" optional = false -python-versions = ">=3.6.2" +python-versions = ">=3.7.0" files = [ - {file = "prompt_toolkit-3.0.28-py3-none-any.whl", hash = "sha256:30129d870dcb0b3b6a53efdc9d0a83ea96162ffd28ffe077e94215b233dc670c"}, - {file = "prompt_toolkit-3.0.28.tar.gz", hash = "sha256:9f1cd16b1e86c2968f2519d7fb31dd9d669916f515612c269d14e9ed52b51650"}, + {file = "prompt_toolkit-3.0.38-py3-none-any.whl", hash = "sha256:45ea77a2f7c60418850331366c81cf6b5b9cf4c7fd34616f733c5427e6abbb1f"}, + {file = "prompt_toolkit-3.0.38.tar.gz", hash = "sha256:23ac5d50538a9a38c8bde05fecb47d0b403ecd0662857a86f886f798563d5b9b"}, ] [package.dependencies] @@ -1565,4 +1565,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.7,<3.11" -content-hash = "b78143b44b2c94104f1b8cb268333e1297d34ff739c0cc6d65f86948c848301a" +content-hash = "882a773deba3134e3ea0fa37f8b8eede5b06a1d9b2584b443f3d5c4bf7afe945" diff --git a/pyproject.toml b/pyproject.toml index 2a263ddaf..7e7c965f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ coloredlogs = ">=10,<16" sanic = "^21.12.0" typing-extensions = ">=4.1.1,<5.0.0" Sanic-Cors = "^2.0.0" -prompt-toolkit = "^3.0,<3.0.29" +prompt-toolkit = ">=3,<4" "ruamel.yaml" = ">=0.16.5,<0.18.0" websockets = ">=10.0,<11.0"