From e567bc200900d34ac60e79302ee52aa4a1d34352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 17:18:28 +0000 Subject: [PATCH] Bump tornado from 5.0.2 to 6.3.2 in /api Bumps [tornado](https://github.com/tornadoweb/tornado) from 5.0.2 to 6.3.2. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v5.0.2...v6.3.2) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index f9a7b31..8a574ce 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -10,7 +10,7 @@ kombu==4.2.0 MarkupSafe==1.0 pytz==2018.3 redis==4.4.4 -tornado==5.0.2 +tornado==6.3.2 vine==1.1.4 Werkzeug>=0.15.3 beautifulsoup4 \ No newline at end of file