From 4039e300de4463223a546578891f36a0401add02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 06:53:11 +0000 Subject: [PATCH] Update tornado requirement from >=6.2 to >=6.5.5 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.2.0...v6.5.5) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.5.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7b37cc3..2a4076e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -tornado>=6.2 +tornado>=6.5.5