From f32e72497a49946e872b1e65cab4b5b565a0c329 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 06:21:55 +0000 Subject: [PATCH] Update tornado requirement from <=6.5.3,>=6.5.0 to >=6.5.0,<=6.5.4 Updates the requirements on [tornado](https://github.com/tornadoweb/tornado) to permit the latest version. - [Changelog](https://github.com/tornadoweb/tornado/blob/v6.5.4/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.5.0...v6.5.4) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.5.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c2100e..9df02db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "pyperclip>=1.9.0,<=1.11.0", "ruamel.yaml>=0.18.10,<=0.18.16", "sortedcontainers>=2.3,<=2.4.0", - "tornado>=6.5.0,<=6.5.3", + "tornado>=6.5.0,<=6.5.4", "typing-extensions>=4.13.2,<=4.14; python_version < '3.13'", "urwid>=2.6.14,<=3.0.4", "wsproto>=1.0,<=1.3.2",