From 6eb08def559938d177ebc5099e7f45f48b70a7e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 23:11:45 +0000 Subject: [PATCH] Bump nbconvert from 7.9.2 to 7.10.0 Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.9.2 to 7.10.0. - [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.9.2...v7.10.0) --- updated-dependencies: - dependency-name: nbconvert dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b1b1999..d64611b 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ 'pyiron_atomistics==0.3.5', 'ipywidgets==8.1.1', 'matplotlib==3.8.0', - 'nbconvert==7.9.2', + 'nbconvert==7.10.0', 'nbformat==5.9.2', 'numpy==1.26.0', 'pandas==2.1.1',