From f8e165485b1d380c2380314dd998092611eccc5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 00:01:55 +0000 Subject: [PATCH] Bump tornado from 6.5.1 to 6.5.5 in /ds-round-trip 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] --- ds-round-trip/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ds-round-trip/requirements.txt b/ds-round-trip/requirements.txt index 7f3c4fb..ca46324 100644 --- a/ds-round-trip/requirements.txt +++ b/ds-round-trip/requirements.txt @@ -107,7 +107,7 @@ terminado==0.18.1 ; python_version >= "3.10" and python_version < "4.0" threadpoolctl==3.5.0 ; python_version >= "3.10" and python_version < "4.0" tinycss2==1.4.0 ; python_version >= "3.10" and python_version < "4.0" tomli==2.2.1 ; python_version >= "3.10" and python_version < "3.11" -tornado==6.5.1 ; python_version >= "3.10" and python_version < "4.0" +tornado==6.5.5 ; python_version >= "3.10" and python_version < "4.0" traitlets==5.14.3 ; python_version >= "3.10" and python_version < "4.0" types-python-dateutil==2.9.0.20241206 ; python_version >= "3.10" and python_version < "4.0" typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "4.0"