From 3a1057e1ff56fc682a1056bb4844ad49a547e628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 03:33:50 +0000 Subject: [PATCH] Bump questionary from 2.0.0 to 2.0.1 Bumps [questionary](https://github.com/tmbo/questionary) from 2.0.0 to 2.0.1. - [Commits](https://github.com/tmbo/questionary/compare/2.0.0...2.0.1) --- updated-dependencies: - dependency-name: questionary dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ce0ddbea6..02b536db5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ psutil==5.9.5 # Support for colorized terminal output colorama==0.4.6 # Building config files interactively -questionary==2.0.0 +questionary==2.0.1 prompt-toolkit==3.0.36 # Extensions to datetime library python-dateutil==2.8.2