From 2060a82353f9117c8706828523cd743572d34f5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 17:15:34 +0000 Subject: [PATCH] Bump tornado from 5.1 to 6.5.1 in /smart-docs Bumps [tornado](https://github.com/tornadoweb/tornado) from 5.1 to 6.5.1. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v5.1.0...v6.5.1) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.5.1 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..8b431381 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.5.1 urllib3==1.23 watchdog==0.8.3