From a1da370977a35c2ce4db60f7ba82a23723fcff82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 19:40:13 +0000 Subject: [PATCH] Bump nbconvert from 6.0.7 to 6.3.0 in /binder Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.0.7 to 6.3.0. - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Commits](https://github.com/jupyter/nbconvert/compare/6.0.7...6.3.0) --- updated-dependencies: - dependency-name: nbconvert dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- binder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/requirements.txt b/binder/requirements.txt index 047b8618..07e3a7a2 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -51,7 +51,7 @@ markupsafe==1.1.1; python_version >= "3.5" and python_full_version < "3.0.0" or matplotlib==3.3.4; python_version >= "3.7" mistune==0.8.4; python_version >= "3.6" nbclient==0.5.3; python_full_version >= "3.6.1" and python_version >= "3.6" -nbconvert==6.0.7; python_version >= "3.6" +nbconvert==6.3.0; python_version >= "3.6" nbformat==5.1.2; python_full_version >= "3.6.1" and python_version >= "3.6" nbsphinx==0.7.1; python_version >= "3" nest-asyncio==1.5.1; python_full_version >= "3.6.1" and python_version >= "3.6"