From 1ab83362156f7a4a5a99e189d8adc878bbcf65ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 22:23:08 +0000 Subject: [PATCH] Bump tornado from 6.4.1 to 6.4.2 in /Django Application 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] --- Django Application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Django Application/requirements.txt b/Django Application/requirements.txt index e863264..bdebb8b 100644 --- a/Django Application/requirements.txt +++ b/Django Application/requirements.txt @@ -89,7 +89,7 @@ toml==0.10.2 toolz==0.12.1 torch==2.3.1 torchvision==0.18.1 -tornado==6.4.1 +tornado==6.4.2 traitlets==5.14.3 tzlocal==5.2 uritemplate==4.1.1