From 81eddc557983ec17df93437e1dc726463bf8de6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 01:17:05 +0000 Subject: [PATCH] chore(deps): update prompt-toolkit requirement Updates the requirements on [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) to permit the latest version. - [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG) - [Commits](https://github.com/prompt-toolkit/python-prompt-toolkit/commits) --- updated-dependencies: - dependency-name: prompt-toolkit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 97d6cc05..4d07b49d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,4 +30,4 @@ pluggy httpcore pydantic jsonschema -prompt-toolkit<=3.0.36,>=2.0 +prompt-toolkit>=2.0,<=3.0.40