From 3020e34d0ea1d1b0e85aeae7a8eafbff5f17a6ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 22:45:21 +0000 Subject: [PATCH] chore(deps): update dependency prompt-toolkit to v3.0.43 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e1e28dfe0..55ea02daf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ loguru==0.7.2 ; python_version >= "3.10" and python_version < "4.0" markdown-it-py==3.0.0 ; python_version >= "3.10" and python_version < "4.0" mdurl==0.1.2 ; python_version >= "3.10" and python_version < "4.0" openai==1.13.3 ; python_version >= "3.10" and python_version < "4.0" -prompt-toolkit==3.0.36 ; python_version >= "3.10" and python_version < "4.0" +prompt-toolkit==3.0.43 ; python_version >= "3.10" and python_version < "4.0" pydantic-core==2.16.3 ; python_version >= "3.10" and python_version < "4.0" pydantic==2.6.3 ; python_version >= "3.10" and python_version < "4.0" pygments==2.17.2 ; python_version >= "3.10" and python_version < "4.0"