From 2d58f91a6898080729709bd4c127634f98fe08ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 09:53:58 +0000 Subject: [PATCH] Bump tornado from 5 to 6.3.3 Bumps [tornado](https://github.com/tornadoweb/tornado) from 5 to 6.3.3. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v5.0.0...v6.3.3) --- 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 53841845..4731e7f0 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.3.3 text-unidecode==1.3 werkzeug==0.15.3 whoosh==2.7.4 diff --git a/requirements_local.txt b/requirements_local.txt index 44371bec..48871116 100644 --- a/requirements_local.txt +++ b/requirements_local.txt @@ -1,4 +1,4 @@ -tornado==5 +tornado==6.3.3 ipykernel==4.5.2 django==1.11.29 Pillow==9.0.0