From c85d2b098074a59432f63d9ac4c37cd7274dfb64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 20:46:25 +0000 Subject: [PATCH] Bump tornado from 6.1 to 6.5.7 Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.1 to 6.5.7. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.1.0...v6.5.7) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.5.7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e61dd64..13eabb4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -52,7 +52,7 @@ secretstorage==3.3.1; sys_platform == "linux" and python_version >= "3.7" six==1.16.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6" snakeviz==2.1.1 toml==0.10.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0") -tornado==6.1; python_version >= "3.5" +tornado==6.5.7; python_version >= "3.5" tqdm==4.62.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6" traitlets==5.1.1; python_version >= "3.7" twine==3.7.1; python_version >= "3.6"