From 6d5d1a48f39f151bf161d2e8a6a0b769f757749e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 21:35:05 +0800 Subject: [PATCH] Bump tornado from 6.4.1 to 6.4.2 in /backend (#466) Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.4.1 to 6.4.2. - [Changelog](https://github.com/tornadoweb/tornado/blob/v6.4.2/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.4.1...v6.4.2) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 0e3b7c25..1681dd45 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -101,7 +101,7 @@ sqlalchemy-crud-plus==1.6.0 starlette==0.37.2 termcolor==2.5.0 tomli==2.0.2 ; python_full_version < '3.11' -tornado==6.4.1 +tornado==6.4.2 typer==0.12.5 typing-extensions==4.12.2 tzdata==2024.2