From 659b07990a8f6a51c7483cb0719bd9608d7e5ab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 21:51:27 +0000 Subject: [PATCH] Bump tornado from 5.0.2 to 6.3.3 in /celery_queue 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] --- celery_queue/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/celery_queue/requirements.txt b/celery_queue/requirements.txt index 0a62219..bb3b0bb 100644 --- a/celery_queue/requirements.txt +++ b/celery_queue/requirements.txt @@ -6,7 +6,7 @@ flower==1.2.0 kombu==4.2.0 pytz==2018.3 redis==4.4.4 -tornado==5.0.2 +tornado==6.3.3 vine==1.1.4 beautifulsoup4 requests