From be612cac668d799bcad7e9d2a273b91d8f5335ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 17:45:59 +0000 Subject: [PATCH] Bump tornado from 6.0.4 to 6.3.2 in /python Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.0.4 to 6.3.2. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.0.4...v6.3.2) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 3d7595c..086add0 100644 --- a/python/setup.py +++ b/python/setup.py @@ -30,7 +30,7 @@ # What packages are required for this module to be executed? REQUIRED = [ - 'tornado==6.0.4' + 'tornado==6.3.2' ] SETUP_REQUIRED = [ 'pytest-runner'