From a512306beeeeff2cd7656a71b5f56fc80462a18f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 18:56:20 +0000 Subject: [PATCH] Bump tornado in /circleci/images/citusupgradetester/files/etc Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.3 to 6.3.2. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.3.0...v6.3.2) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- circleci/images/citusupgradetester/files/etc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circleci/images/citusupgradetester/files/etc/requirements.txt b/circleci/images/citusupgradetester/files/etc/requirements.txt index ed9ffc3..89c33d7 100644 --- a/circleci/images/citusupgradetester/files/etc/requirements.txt +++ b/circleci/images/citusupgradetester/files/etc/requirements.txt @@ -49,7 +49,7 @@ ruamel.yaml==0.17.16; python_version >= '3' ruamel.yaml.clib==0.2.7; platform_python_implementation == 'CPython' and python_version < '3.10' sortedcontainers==2.4.0 tomli==2.0.1; python_version < '3.11' -tornado==6.3; python_version >= '3.8' +tornado==6.3.2; python_version >= '3.8' typing-extensions==4.5.0; python_version >= '3.7' urwid==2.1.2 werkzeug==2.2.3; python_version >= '3.7'