From e9f46f476878a4edbc57e78d14f278646f8e0d43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 03:01:30 +0000 Subject: [PATCH] Bump nbconvert from 6.5.3 to 7.0.0 Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.5.3 to 7.0.0. - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Commits](https://github.com/jupyter/nbconvert/compare/6.5.3...7.0.0) --- updated-dependencies: - dependency-name: nbconvert dependency-type: direct:development update-type: version-update:semver-major ... 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 9c45e7277..26df7115c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -20,7 +20,7 @@ isort==5.10.1 time-machine==2.8.1 # Convert jupyter notebooks to markdown documents -nbconvert==6.5.3 +nbconvert==7.0.0 # mypy types types-cachetools==5.2.1