From 95dec84cce7c326681fbe04a287fefffe2621b39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 00:34:00 +0000 Subject: [PATCH 1/2] Bump nbconvert from 7.4.0 to 7.6.0 Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.4.0 to 7.6.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.4.0...v7.6.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 a10fd35..b4353da 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ 'pyiron_atomistics==0.3.0', 'ipywidgets==8.0.7', 'matplotlib==3.7.2', - 'nbconvert==7.4.0', + 'nbconvert==7.6.0', 'nbformat==5.9.1', 'numpy==1.24.3', 'pandas==2.0.3', From 596c8d777b22229cc173e88ee9cc1270954a0606 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Tue, 11 Jul 2023 00:34:38 +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 3445c2a..eab1f7f 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -10,5 +10,5 @@ dependencies: - numpy =1.24.3 - pandas =2.0.3 - matplotlib-base =3.7.2 -- nbconvert =7.4.0 +- nbconvert =7.6.0 - nbformat =5.9.1