From f90f18cec7fac3e30ee16ad231f665d9da130d32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 00:20:02 +0000 Subject: [PATCH] Bump tornado from 6.5.1 to 6.5.5 in /doc Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.5.1 to 6.5.5. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.5.1...v6.5.5) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.5.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 165f89bf..cae109ff 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -78,7 +78,7 @@ stack-data==0.6.3 ; python_version >= "3.9" and python_version < "3.15" threadpoolctl==3.5.0 ; python_version >= "3.9" and python_version < "3.15" tinycss2==1.4.0 ; python_version >= "3.9" and python_version < "3.15" tomli==2.2.1 ; python_version >= "3.9" and python_version < "3.15" -tornado==6.5.1 ; python_version >= "3.9" and python_version < "3.15" +tornado==6.5.5 ; python_version >= "3.9" and python_version < "3.15" traitlets==5.14.3 ; python_version >= "3.9" and python_version < "3.15" typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "3.15" tzdata==2025.1 ; python_version >= "3.9" and python_version < "3.15"