From 252642822cfdfb1d84f59ad0e932b9b301931832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:17:28 +0000 Subject: [PATCH] chore(deps): bump prompt-toolkit from 3.0.36 to 3.0.50 Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 3.0.36 to 3.0.50. - [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.50) --- 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 14273f9..4c46ff2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -93,7 +93,7 @@ platformdirs==4.2.1 # via virtualenv pre-commit==3.7.0 # via pyexputils-andnp (pyproject.toml) -prompt-toolkit==3.0.36 +prompt-toolkit==3.0.50 # via questionary pycparser==2.22 # via cffi