From 75f76e7eae105ead06471d30ebd7ec15c77418a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 10:46:24 +0000 Subject: [PATCH] fix(deps): update dependency questionary to v2 --- poetry.lock | 15 ++++++--------- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index c872f11f7..ff6fb2353 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2251,21 +2251,18 @@ files = [ [[package]] name = "questionary" -version = "1.10.0" +version = "2.0.0" description = "Python library to build pretty command line user prompts ⭐️" category = "main" optional = false -python-versions = ">=3.6,<4.0" +python-versions = ">=3.8" files = [ - {file = "questionary-1.10.0-py3-none-any.whl", hash = "sha256:fecfcc8cca110fda9d561cb83f1e97ecbb93c613ff857f655818839dac74ce90"}, - {file = "questionary-1.10.0.tar.gz", hash = "sha256:600d3aefecce26d48d97eee936fdb66e4bc27f934c3ab6dd1e292c4f43946d90"}, + {file = "questionary-2.0.0-py3-none-any.whl", hash = "sha256:564ae8917f141c9ef0ed131bb2671397fcaba7a901988b39cdbb569b8f29ce94"}, + {file = "questionary-2.0.0.tar.gz", hash = "sha256:8681b9d9ec751347ab11af2204d063b856d06845b07b442951e081780e8cb8a6"}, ] [package.dependencies] -prompt_toolkit = ">=2.0,<4.0" - -[package.extras] -docs = ["Sphinx (>=3.3,<4.0)", "sphinx-autobuild (>=2020.9.1,<2021.0.0)", "sphinx-autodoc-typehints (>=1.11.1,<2.0.0)", "sphinx-copybutton (>=0.3.1,<0.4.0)", "sphinx-rtd-theme (>=0.5.0,<0.6.0)"] +prompt_toolkit = ">=2.0,<=3.0.36" [[package]] name = "recommonmark" @@ -3141,4 +3138,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "cb1642598faf93b3f0981089bc8179ea5b03fcfa19258589386431ab158ca2b7" +content-hash = "344e27a4be6e3f90e490d3efa64cddd7d873b130158db3c035ead677b2a62595" diff --git a/pyproject.toml b/pyproject.toml index 3ca6ad9f1..bf5eed232 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ python = ">=3.8,<3.12" boltons = "==23.0.0" cachier = "2.0.0" Jinja2 = "3.1.2" -questionary = "1.10.0" +questionary = "2.0.0" requests = "2.31.0" requirements-parser = "0.2.0" tqdm = "4.66.1"