From 235067c79f6127ff40664499a0ded6c1c4c6f4cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 12:12:06 +0000 Subject: [PATCH] Bump nbconvert from 7.7.0 to 7.7.2 Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.7.0 to 7.7.2. - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/nbconvert/compare/v7.7.0...v7.7.2) --- updated-dependencies: - dependency-name: nbconvert dependency-type: direct:development update-type: version-update:semver-patch ... 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 7fe171ea3..300d4085f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -20,7 +20,7 @@ isort==5.12.0 time-machine==2.11.0 # Convert jupyter notebooks to markdown documents -nbconvert==7.7.0 +nbconvert==7.7.2 # mypy types types-cachetools==5.3.0.6