From 6bb45bec5e1f8d03edfc385162f11686aeeb9a83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 00:27:29 +0000 Subject: [PATCH 1/2] Bump nbconvert from 7.3.1 to 7.4.0 Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.3.1 to 7.4.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.3.1...v7.4.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 a9af5ea..c0bf664 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ 'pyiron_atomistics==0.2.67', 'ipywidgets==8.0.6', 'matplotlib==3.7.1', - 'nbconvert==7.3.1', + 'nbconvert==7.4.0', 'nbformat==5.8.0', 'numpy==1.24.3', 'pandas==2.0.1', From fbcd9090766923628cc5d6af81009c7d4f483856 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Tue, 23 May 2023 00:27:43 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 73bb437..00412b2 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -10,5 +10,5 @@ dependencies: - numpy =1.24.3 - pandas =2.0.1 - matplotlib-base =3.7.1 -- nbconvert =7.3.1 +- nbconvert =7.4.0 - nbformat =5.8.0