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