From f559fa8566f401f7a315705ee0c298fc645acc30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 02:24:11 +0000 Subject: [PATCH] Bump tornado from 6.4.2 to 6.5 in /requirements Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.4.2 to 6.5. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.4.2...v6.5.0) --- updated-dependencies: - dependency-name: tornado dependency-version: '6.5' dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/dev_3.11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev_3.11.txt b/requirements/dev_3.11.txt index eafffce..a62cec3 100644 --- a/requirements/dev_3.11.txt +++ b/requirements/dev_3.11.txt @@ -649,7 +649,7 @@ torchmetrics==1.2.1 # lightning # pytorch-lightning # scvi-tools -tornado==6.4.2 +tornado==6.5 # via # ipykernel # jupyter-client