From 0a144c2a0825bd5d761d28a996d46f5b77237477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 12:21:15 +0000 Subject: [PATCH] Bump nbconvert from 7.14.0 to 7.14.1 Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.14.0 to 7.14.1. - [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.14.0...v7.14.1) --- updated-dependencies: - dependency-name: nbconvert dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 156ab51..d0c472f 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ 'pyiron_atomistics==0.4.6', 'ipywidgets==8.1.1', 'matplotlib==3.8.2', - 'nbconvert==7.14.0', + 'nbconvert==7.14.1', 'nbformat==5.9.2', 'numpy==1.26.3', 'pandas==2.1.4',