From a0d378fb7ea89a75c5d15e4b19d2afd1076bce7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 03:01:52 +0000 Subject: [PATCH] Bump nbconvert from 6.3.0 to 6.4.0 Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Commits](https://github.com/jupyter/nbconvert/compare/6.3.0...6.4.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 b2fad4e03..a8d14ba2d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -17,7 +17,7 @@ isort==5.10.1 time-machine==2.5.0 # Convert jupyter notebooks to markdown documents -nbconvert==6.3.0 +nbconvert==6.4.0 # mypy types types-cachetools==4.2.7