From 38cd15ebd27cc0b9d80560d3448c47800cc4c37d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 21:58:24 +0000 Subject: [PATCH] Bump tornado Bumps [tornado](https://github.com/tornadoweb/tornado) from 5.1.1 to 6.3.3. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v5.1.1...v6.3.3) --- 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..23a0ba0 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.3 mxtheme==0.3.*