From 99fd9a60e1975c769d7dc7c8f73715f2c68adb3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 17:43:34 +0000 Subject: [PATCH] Bump tornado from 6.3.2 to 6.3.3 Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.3.2 to 6.3.3. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.3.2...v6.3.3) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_production.txt b/requirements_production.txt index 70bd3e3..fee63cd 100644 --- a/requirements_production.txt +++ b/requirements_production.txt @@ -91,7 +91,7 @@ soupsieve==2.2.1 sqlparse==0.4.4 terminado==0.12.1 testpath==0.5.0 -tornado==6.3.2 +tornado==6.3.3 urllib3==1.26.7 vine==5.0.0 wcwidth==0.2.5