From 88c5f4683f493c7fe33d50a83bd92d30c05b1952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 09:22:32 +0000 Subject: [PATCH] Bump tornado from 6.2 to 6.5.7 Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.2 to 6.5.7. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.2.0...v6.5.7) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.5.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5e25e9e..f0ed2dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -71,7 +71,7 @@ stack-data==0.6.2 # via ipython swiglpk==5.0.8 # via cobra, optlang sympy==1.11.1 # via optlang texttable==1.6.7 # via igraph -tornado==6.2 # via ipykernel, jupyter-client +tornado==6.5.7 # via ipykernel, jupyter-client tqdm==4.65.0 # via Cobra2D (./setup.cfg) traitlets==5.9.0 # via comm, ipykernel, ipython, ipywidgets, jupyter-client, jupyter-core, matplotlib-inline typing-extensions==4.5.0 # via Cobra2D (./setup.cfg), pydantic