From d620436df7cd3eb5ab363c7867274dd8597b5c4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:05:58 +0000 Subject: [PATCH] maint: bump nbconvert from 7.16.1 to 7.16.2 Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.16.1 to 7.16.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.16.1...v7.16.2) --- updated-dependencies: - dependency-name: nbconvert dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18baa1d745..f960c7ebca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ doc = [ "myst-parser==2.0.0", "nbsphinx==0.9.3", "numpydoc==1.5.0", - "nbconvert==7.16.1", + "nbconvert==7.16.2", "sphinx==7.2.6", "sphinx-design==0.5.0", "sphinx-jinja==2.0.2",