From 1ea573bf9083ac3255fe51a5e0ca6ff194fa412a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:57:11 +0000 Subject: [PATCH] chore(deps): Update prompt-toolkit requirement in /demo Updates the requirements on [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) to permit the latest version. - [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases) - [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/2.0.10/CHANGELOG) - [Commits](https://github.com/prompt-toolkit/python-prompt-toolkit/compare/2.0.9...2.0.10) --- updated-dependencies: - dependency-name: prompt-toolkit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/requirements.txt b/demo/requirements.txt index e6013b0a46..87111d6930 100644 --- a/demo/requirements.txt +++ b/demo/requirements.txt @@ -1,5 +1,5 @@ asyncpg~=0.29.0 -prompt_toolkit~=2.0.9 +prompt_toolkit~=2.0.10 web.py~=0.62 pygments~=2.18 qrcode[pil]~=7.4