From a2007d06ab3a4039bbb685ce18dc51fb509cd3b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:12:31 -0400 Subject: [PATCH 1/2] Bump tornado from 6.0.3 to 6.4.1 in /tests/functional_tests (#53) Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.0.3 to 6.4.1. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.0.3...v6.4.1) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/functional_tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional_tests/requirements.txt b/tests/functional_tests/requirements.txt index 7fb68d8..aaee742 100644 --- a/tests/functional_tests/requirements.txt +++ b/tests/functional_tests/requirements.txt @@ -1,4 +1,4 @@ numpy==1.22.4 python-dotenv==0.21.0 scikit-learn==1.1.2 -tornado==6.0.3 +tornado==6.4.1 From 656214f0271189bb8d9141b898f38e8c0f001991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:17:02 -0400 Subject: [PATCH 2/2] Bump nbconvert from 6.3.0 to 6.5.1 in /tests (#7) Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.3.0 to 6.5.1. - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Commits](https://github.com/jupyter/nbconvert/compare/6.3.0...6.5.1) --- updated-dependencies: - dependency-name: nbconvert dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Will Cunningham --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 0a56783..6a18422 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,7 +1,7 @@ flake8==3.9.2 isort==5.7.0 mock==4.0.3 -nbconvert==6.3.0 +nbconvert==6.5.1 pre-commit==2.13.0 pytest==6.2.5 pytest-asyncio==0.18.3