From 08a0698091a3f0d02ac87fbbcdc1aba892a141ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 20:51:31 +0000 Subject: [PATCH] build(deps): bump prompt-toolkit from 3.0.36 to 3.0.41 Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 3.0.36 to 3.0.41. - [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.41) --- 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 249c6730..3d2ddac2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -143,7 +143,7 @@ pluggy==1.3.0 # via pytest pre-commit==3.5.0 # via rocm-docs-core (pyproject.toml) -prompt-toolkit==3.0.36 +prompt-toolkit==3.0.41 # via questionary pycparser==2.21 # via cffi