From ae64261e49585f274edbe863f6f124adbaecb083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 06:13:56 +0000 Subject: [PATCH] Bump tornado from 6.1 to 6.4.1 in /web 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] --- web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/requirements.txt b/web/requirements.txt index f5ff7c6ec..023ccbd0d 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -25,6 +25,6 @@ sphinxcontrib-htmlhelp==2.0.0 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 -tornado==6.1 +tornado==6.4.1 urllib3==1.26.7 breathe==4.33.1