From 7bd384c7fb34c02b59ba8c10f42bb2d0ef8c33e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 03:01:45 +0000 Subject: [PATCH] Bump nbconvert from 6.2.0 to 6.3.0 Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Commits](https://github.com/jupyter/nbconvert/compare/6.2.0...6.3.0) --- updated-dependencies: - dependency-name: nbconvert dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a66815daa..bdaf93635 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -17,7 +17,7 @@ isort==5.10.0 time-machine==2.4.0 # Convert jupyter notebooks to markdown documents -nbconvert==6.2.0 +nbconvert==6.3.0 # mypy types types-cachetools==4.2.4