From e78cd5e804c75a8b1a41d58410782c01b3280c04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 17:25:29 +0000 Subject: [PATCH] Bump tornado Bumps [tornado](https://github.com/tornadoweb/tornado) from 5.1.1 to 6.3.2. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v5.1.1...v6.3.2) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../model/ncad/requirements/requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/anomaly_detection_spatial_temporal_data/model/ncad/requirements/requirements-docs.txt b/src/anomaly_detection_spatial_temporal_data/model/ncad/requirements/requirements-docs.txt index af1e5e8..0cf7cce 100644 --- a/src/anomaly_detection_spatial_temporal_data/model/ncad/requirements/requirements-docs.txt +++ b/src/anomaly_detection_spatial_temporal_data/model/ncad/requirements/requirements-docs.txt @@ -9,5 +9,5 @@ sphinx~=2.1 sphinx-autobuild~=0.7 sphinx-autorun sphinx-gallery -tornado==5.1.1 +tornado==6.3.2 mxtheme==0.3.*