From 715d93a086915923bb838ecddd03c0acfc1db3f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 21:51:07 +0000 Subject: [PATCH] Bump tornado from 5.0.2 to 6.3.3 Bumps [tornado](https://github.com/tornadoweb/tornado) from 5.0.2 to 6.3.3. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v5.0.2...v6.3.3) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 15fa55a..1c7a534 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ "environment-kernels==1.1.1", "hurry.filesize==0.9", "jupyter==1.0.0", - "tornado==5.0.2", + "tornado==6.3.3", ], tests_require = [ "moto",