From 0c4b57c8fda12b36dd15757c00f661985290f75a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:19:38 +0000 Subject: [PATCH] Bump tornado from 6.5.7 to 6.5.8 in /ch14/requirements Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.5.7 to 6.5.8. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.5.7...v6.5.8) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.5.8 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- ch14/requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch14/requirements/dev.txt b/ch14/requirements/dev.txt index ca6e243..fd12d7e 100644 --- a/ch14/requirements/dev.txt +++ b/ch14/requirements/dev.txt @@ -257,7 +257,7 @@ terminado==0.18.1 # jupyter-server-terminals tinycss2==1.4.0 # via bleach -tornado==6.5.7 +tornado==6.5.8 # via # ipykernel # jupyter-client