From 484dd2d792b4087959182633a007240a933a600a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 17:15:14 +0000 Subject: [PATCH] Bump tornado from 4.5.3 to 6.3.2 Bumps [tornado](https://github.com/tornadoweb/tornado) from 4.5.3 to 6.3.2. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v4.5.3...v6.3.2) --- 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 4ba9753..478fd02 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ install_requires=['numpy', 'pillow', 'docopt', - 'tornado==4.5.3', + 'tornado==6.3.2', 'requests', 'h5py', 'python-socketio',