From 38806f9af16fd844fdcdd16c8e18e1a832462b66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:08:29 +0000 Subject: [PATCH] Bump tornado from 5 to 6.4.1 Bumps [tornado](https://github.com/tornadoweb/tornado) from 5 to 6.4.1. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v5.0.0...v6.4.1) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_local.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fce13700..faf5d2b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ python-gettext==3.0 python-magic==0.4.15 requests==2.27.1 sqlparse==0.4.2 -tornado==5 +tornado==6.4.1 text-unidecode==1.3 werkzeug==0.15.3 whoosh==2.7.4 diff --git a/requirements_local.txt b/requirements_local.txt index 17abbba8..71d69523 100644 --- a/requirements_local.txt +++ b/requirements_local.txt @@ -1,4 +1,4 @@ -tornado==5 +tornado==6.4.1 ipykernel==4.5.2 django==2.0.13 Pillow==9.0.0