From 91217b883ce565ec44e235d62874be71cf31bae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 16:53:50 +0000 Subject: [PATCH] build: 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 e4c962dc..5e8b1e92 100644 --- a/requirements.txt +++ b/requirements.txt @@ -140,7 +140,7 @@ pluggy==1.5.0 # via pytest pre-commit==3.8.0 # via rocm-docs-core (pyproject.toml) -prompt-toolkit==3.0.36 +prompt-toolkit==3.0.48 # via questionary pycparser==2.22 # via cffi