From 3e1faba53bf78aac58f1ae7761ee89bf68fb5dd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 16:16:33 +0000 Subject: [PATCH] Bump tornado from 6.4.1 to 6.4.2 in /02_Notebook_and_Pipenv Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.4.1 to 6.4.2. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.4.1...v6.4.2) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 02_Notebook_and_Pipenv/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02_Notebook_and_Pipenv/requirements.txt b/02_Notebook_and_Pipenv/requirements.txt index afc06c5..39da6ab 100644 --- a/02_Notebook_and_Pipenv/requirements.txt +++ b/02_Notebook_and_Pipenv/requirements.txt @@ -135,7 +135,7 @@ threadpoolctl==3.3.0 ; python_version >= '3.8' tinycss2==1.2.1 ; python_version >= '3.7' toml==0.10.2 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' toolz==0.12.1 ; python_version >= '3.7' -tornado==6.4.1 ; python_version >= '3.8' +tornado==6.4.2 ; python_version >= '3.8' tqdm==4.66.2 ; python_version >= '3.7' traitlets==5.14.1 ; python_version >= '3.8' typeguard==4.1.5 ; python_version >= '3.8'