From b83e212afb53ef6f85833ed2e972640c5a703a96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 16:52:41 +0000 Subject: [PATCH] Bump prompt-toolkit from 3.0.52 to 3.0.53 Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 3.0.52 to 3.0.53. - [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.52...3.0.53) --- updated-dependencies: - dependency-name: prompt-toolkit dependency-version: 3.0.53 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f754a8b..76e3d7e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ dependencies = [ "aiohttp[speedups]==3.14.1", "chess==1.11.2", - "prompt-toolkit==3.0.52", + "prompt-toolkit==3.0.53", "psutil==7.2.2", "pyyaml==6.0.3", "tenacity==9.1.4",