From f68e519f980a9ca272d77cc8ffd497e20e67e79f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 18:48:03 +0000 Subject: [PATCH] Bump nbconvert from 6.3.0 to 6.5.1 in /integration 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] --- integration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/requirements.txt b/integration/requirements.txt index 6f1e03f147..6f1d17f23f 100644 --- a/integration/requirements.txt +++ b/integration/requirements.txt @@ -1,7 +1,7 @@ beakerx==1.3.0 tornado==6.1.0 jupyter_client==7.1.0 -nbconvert==6.3.0 +nbconvert==6.5.1 nbformat==5.1.3 numpy==1.21.0 pip==9.0.1; python_version >= '3.6'