From 3c223f04a0d8fcb0500492f9cc9ca2d660d556a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 20:53:52 +0000 Subject: [PATCH] Bump tornado Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.0.4 to 6.4.2. - [Changelog](https://github.com/tornadoweb/tornado/blob/v6.4.2/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.0.4...v6.4.2) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../SLU00 - LU Tutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/S01 - Bootcamp and Binary Classification/SLU00 - LU Tutorial/requirements.txt b/S01 - Bootcamp and Binary Classification/SLU00 - LU Tutorial/requirements.txt index c6f103edd..faa631dfb 100644 --- a/S01 - Bootcamp and Binary Classification/SLU00 - LU Tutorial/requirements.txt +++ b/S01 - Bootcamp and Binary Classification/SLU00 - LU Tutorial/requirements.txt @@ -51,7 +51,7 @@ six==1.14.0 # via bleach, jsonschema, nbgrader, pyrsistent, python sqlalchemy==1.3.16 # via alembic, nbgrader terminado==0.8.3 # via notebook testpath==0.4.4 # via nbconvert -tornado==6.0.4 # via ipykernel, jupyter-client, nbgrader, notebook, terminado +tornado==6.4.2 # via ipykernel, jupyter-client, nbgrader, notebook, terminado traitlets==4.3.3 # via ipykernel, ipython, ipywidgets, jupyter-client, jupyter-core, nbconvert, nbformat, nbgrader, notebook, qtconsole urllib3==1.25.9 # via requests wcwidth==0.1.9 # via prompt-toolkit