From 0a65a1f0f338c595c4de80efbe731d5476e20076 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:09:06 +0000 Subject: [PATCH] Bump tornado from 5.1 to 6.4.1 in /smart-docs Bumps [tornado](https://github.com/tornadoweb/tornado) from 5.1 to 6.4.1. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v5.1.0...v6.4.1) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- smart-docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart-docs/requirements.txt b/smart-docs/requirements.txt index 3ecd6dd0..4c7ff997 100644 --- a/smart-docs/requirements.txt +++ b/smart-docs/requirements.txt @@ -26,6 +26,6 @@ sphinx-autobuild==0.7.1 sphinx-rtd-theme==0.4.0 sphinxcontrib-websupport==1.1.0 string-grouper==0.5.0 -tornado==5.1 +tornado==6.4.1 urllib3==1.23 watchdog==0.8.3