diff --git a/poetry.lock b/poetry.lock index f25fa86d7..b41d3225a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -437,7 +437,7 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "prompt-toolkit" -version = "3.0.28" +version = "3.0.33" description = "Library for building powerful interactive command lines in Python" category = "main" optional = false @@ -819,7 +819,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = ">=3.7,<3.11" -content-hash = "bd7728bfd049d011bdf535502cc4e61007ce04475ca34f4e512c7a44a1f8aca4" +content-hash = "b0ac24c64098b8fc1332786b97941aee03ae307d60c9c18c5abd836ec2035cb8" [metadata.files] aiofiles = [ @@ -1202,8 +1202,8 @@ pluggy = [ {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, ] prompt-toolkit = [ - {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.33-py3-none-any.whl", hash = "sha256:ced598b222f6f4029c0800cefaa6a17373fb580cd093223003475ce32805c35b"}, + {file = "prompt_toolkit-3.0.33.tar.gz", hash = "sha256:535c29c31216c77302877d5120aef6c94ff573748a5b5ca5b1b1f76f5e700c73"}, ] pycodestyle = [ {file = "pycodestyle-2.9.1-py2.py3-none-any.whl", hash = "sha256:d1735fc58b418fd7c5f658d28d943854f8a849b01a5d0a1e6f3f3fdd0166804b"}, diff --git a/pyproject.toml b/pyproject.toml index 04d229732..ca9d1c3f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,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" [tool.poetry.dev-dependencies]