From b5bd8b5a713f96f20cca817552a38da2e40632b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 20:21:56 +0000 Subject: [PATCH] build(deps): bump nbconvert from 5.6.0 to 6.5.1 in /src/rex.notebook Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 5.6.0 to 6.5.1. - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/nbconvert/compare/5.6.0...6.5.1) --- updated-dependencies: - dependency-name: nbconvert dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/rex.notebook/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rex.notebook/setup.py b/src/rex.notebook/setup.py index 0af309a31..37b45ac34 100644 --- a/src/rex.notebook/setup.py +++ b/src/rex.notebook/setup.py @@ -22,7 +22,7 @@ "rex.db", "notebook == 6.0.0", "nbformat == 4.4.0", - "nbconvert == 5.6.0", + "nbconvert == 6.5.1", "nbstripout == 0.3.6", "pandas == 1.0.4", "matplotlib == 3.1.1",