From aa56097d3e5f59c4a5b49d4ecd72e60d8e36619f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:34:18 +0000 Subject: [PATCH] Bump tornado from 6.1 to 6.4.1 in /backend Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.1 to 6.4.1. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.1.0...v6.4.1) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index af18b094..4445feb0 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,5 +12,5 @@ psycopg2-binary==2.9.3 pyparsing==2.4.7 requests==2.27.1 six==1.16.0 -tornado==6.1 +tornado==6.4.1 urllib3==1.26.8