From 3fa1c5b7241afcd8d06c152ea1f30582cab8f243 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 23:18:24 +0000 Subject: [PATCH] Update tornado requirement in the pip group across 1 directory Updates the requirements on [tornado](https://github.com/tornadoweb/tornado) to permit the latest version. Updates `tornado` to 6.5.1 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.0.0...v6.5.1) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.5.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4fd11c676..5d6149800 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "pyOpenSSL>=17.1.0", "requests>=2.27.1", "sockjs_tornado>=1.0.7", - "tornado>=6,<6.5", + "tornado>=6,<6.6", "typing_extensions>=4.12.2", ] license = {file = "LICENSE"}