From 10be4c425400c14683a21e2d785dbce397fcc7ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 23:53:53 +0000 Subject: [PATCH] Bump tornado from 6.4.1 to 6.5.5 Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.4.1 to 6.5.5. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.4.1...v6.5.5) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.5.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 3e6c1597dd..405251ba3c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -305,6 +305,7 @@ markupsafe==3.0.3 marshmallow==3.21.2 # via # dataclasses-json + # flytekit # marshmallow-enum # marshmallow-jsonschema marshmallow-enum==1.5.1 @@ -594,7 +595,7 @@ tomlkit==0.13.2 # via snowflake-connector-python torch==1.12.1 ; python_version < "3.12" # via -r dev-requirements.in -tornado==6.4.1 +tornado==6.5.5 # via # ipykernel # jupyter-client