From 1bcbeb9ba394579c83e4feb6a5fb7ef79e854697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 08:09:22 +0000 Subject: [PATCH] deps(deps): update prompt-toolkit requirement 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/main/CHANGELOG) - [Commits](https://github.com/prompt-toolkit/python-prompt-toolkit/compare/3.0.36...3.0.53) --- updated-dependencies: - dependency-name: prompt-toolkit dependency-version: 3.0.53 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f1692fb..890b885 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "pycryptodome", "curl_cffi", "appdirs", - "prompt_toolkit>=3.0.36,<3.0.53", + "prompt_toolkit>=3.0.36,<3.0.54", "pyfiglet", "py7zr", "pypresence", diff --git a/requirements.txt b/requirements.txt index 7858439..93d10fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ lxml pycryptodome curl_cffi appdirs -prompt_toolkit>=3.0.36,<3.0.53 +prompt_toolkit>=3.0.36,<3.0.54 pyfiglet py7zr pypresence