From 53b3bf76faf8fade110f413b2d1b712ae6092464 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:28:47 +0000 Subject: [PATCH] chore(deps): bump prompt-toolkit from 3.0.36 to 3.0.48 Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 3.0.36 to 3.0.48. - [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.48) --- 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 b943b6d..7c030ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -77,7 +77,7 @@ pkginfo==1.10.0 platformdirs==4.2.1 # via virtualenv pre-commit==3.7.0 -prompt-toolkit==3.0.36 +prompt-toolkit==3.0.48 # via questionary pycparser==2.22 # via cffi