From fe4319ad188f09cedfed08e15eb5687a116ece33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 22:05:28 +0000 Subject: [PATCH] Bump tornado from 6.5.5 to 6.5.6 Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.5.5 to 6.5.6. - [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 320cf8ec..8573ce52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ simple-websocket==1.1.0; python_version >= '3.6' six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2' standard-imghdr==3.13.0 stem==1.8.2 -tornado==6.5.5; python_version >= '3.9' +tornado==6.5.6; python_version >= '3.9' urllib3==2.6.3; python_version >= '3.9' urwid==3.0.5; python_full_version >= '3.9.0' wcwidth==0.6.0; python_version >= '3.8'