From 39ce2161cafd788317ba6ec8341c13de3f0fbf5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 17:28:44 +0000 Subject: [PATCH] Update tornado requirement from <=6.5.1,>=6.5.0 to >=6.5.0,<=6.5.2 (#7847) Updates the requirements on [tornado](https://github.com/tornadoweb/tornado) to permit the latest version. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.5.0...v6.5.2) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.5.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 92c24c9c6..01e591feb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "pyperclip<=1.9.0,>=1.9.0", "ruamel.yaml>=0.18.10,<=0.18.14", "sortedcontainers>=2.3,<=2.4.0", - "tornado>=6.5.0,<=6.5.1", + "tornado>=6.5.0,<=6.5.2", "typing-extensions>=4.13.2,<=4.14; python_version < '3.13'", "urwid>=2.6.14,<=2.6.16", "wsproto>=1.0,<=1.2.0", diff --git a/uv.lock b/uv.lock index c01db3aa1..d377ebd18 100644 --- a/uv.lock +++ b/uv.lock @@ -793,7 +793,7 @@ requires-dist = [ { name = "pyperclip", specifier = "<=1.9.0,>=1.9.0" }, { name = "ruamel-yaml", specifier = ">=0.18.10,<=0.18.14" }, { name = "sortedcontainers", specifier = ">=2.3,<=2.4.0" }, - { name = "tornado", specifier = ">=6.5.0,<=6.5.1" }, + { name = "tornado", specifier = ">=6.5.0,<=6.5.2" }, { name = "typing-extensions", marker = "python_full_version < '3.13'", specifier = ">=4.13.2,<=4.14" }, { name = "urwid", specifier = ">=2.6.14,<=2.6.16" }, { name = "wsproto", specifier = ">=1.0,<=1.2.0" },