From a204a5ff9f48908f277dcac9470bbb28e926d7da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Jul 2025 20:05:52 +0000 Subject: [PATCH] chore(python-deps): bump prompt-toolkit from 3.0.50 to 3.0.51 Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 3.0.50 to 3.0.51. - [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases) - [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/main/CHANGELOG) - [Commits](https://github.com/prompt-toolkit/python-prompt-toolkit/compare/3.0.50...3.0.51) --- updated-dependencies: - dependency-name: prompt-toolkit dependency-version: 3.0.51 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 ab1de8f9d..a89afa274 100644 --- a/requirements.txt +++ b/requirements.txt @@ -147,7 +147,7 @@ pandas==2.2.3 # via llama-stack-client pillow==11.1.0 # via llama-stack -prompt-toolkit==3.0.50 +prompt-toolkit==3.0.51 # via # llama-stack # llama-stack-client