From cf579780e6ba679bab9f8d5380aba9f3a4d1120f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 21:35:54 +0000 Subject: [PATCH] Bump tornado from 3.2.2 to 6.3.3 Bumps [tornado](https://github.com/tornadoweb/tornado) from 3.2.2 to 6.3.3. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v3.2.2...v6.3.3) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3522d3feac..df002178b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ requests==2.6.0 # note: simplejson is used in many checks to inteface APIs simplejson==3.6.5 supervisor==3.1.3 -tornado==3.2.2 +tornado==6.3.3 uptime==3.0.1 ###########################################################