From 9b378a3f00c71449a46f8da3a3ae359015394962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 06:52:44 +0000 Subject: [PATCH] Update tornado requirement from >=6.5.5 to >=6.5.7 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.5...v6.5.7) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.5.7 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 2a4076e..d96faf5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -tornado>=6.5.5 +tornado>=6.5.7