From 61a169df1b2bc26a23042eb92db1a87546bbc53d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:22:38 +0000 Subject: [PATCH] chore(deps): bump prompt-toolkit from 3.0.36 to 3.0.43 Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 3.0.36 to 3.0.43. - [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases) - [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG) - [Commits](https://github.com/prompt-toolkit/python-prompt-toolkit/compare/3.0.36...3.0.43) --- updated-dependencies: - dependency-name: prompt-toolkit 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 48abaad..2291f5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -77,7 +77,7 @@ pkginfo==1.10.0 platformdirs==4.2.0 # via virtualenv pre-commit==3.7.0 -prompt-toolkit==3.0.36 +prompt-toolkit==3.0.43 # via questionary pycparser==2.21 # via cffi