From 7f765d17bca5b29fb6b48518050c377fe87eff6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 21:34:53 +0000 Subject: [PATCH] Bump tornado from 2.3 to 6.3.3 Bumps [tornado](https://github.com/tornadoweb/tornado) from 2.3 to 6.3.3. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v2.3.0...v6.3.3) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/requirements.txt | 2 +- requirements-py27.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/requirements.txt b/demo/requirements.txt index 54005d8..081a8ac 100644 --- a/demo/requirements.txt +++ b/demo/requirements.txt @@ -1,2 +1,2 @@ -tornado==2.3 +tornado==6.3.3 .. diff --git a/requirements-py27.txt b/requirements-py27.txt index fb7c243..e253f56 100644 --- a/requirements-py27.txt +++ b/requirements-py27.txt @@ -1,2 +1,2 @@ -tornado<6.0 +tornado<7.0 six