From 48ed0549de08d8ac495514a884c91f0d37ec6f48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 06:53:20 +0000 Subject: [PATCH] Update tornado requirement from >=6.5.5 to >=6.5.6 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.6) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.5.6 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..5f31c70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -tornado>=6.5.5 +tornado>=6.5.6