From 080f43687ba86e64c6a0611ccf0731344cc9f028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 23:56:54 +0000 Subject: [PATCH 1/2] Bump nbformat from 5.8.0 to 5.9.0 Bumps [nbformat]() from 5.8.0 to 5.9.0. --- updated-dependencies: - dependency-name: nbformat 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 ecb747b..0ae3a9f 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ 'ipywidgets==8.0.6', 'matplotlib==3.7.1', 'nbconvert==7.4.0', - 'nbformat==5.8.0', + 'nbformat==5.9.0', 'numpy==1.24.3', 'pandas==2.0.2', ], From bce5099ffdd9cd93c5f220cc018bc5798195669b Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 5 Jun 2023 23:57:10 +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 cec0fbc..62705a9 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -11,4 +11,4 @@ dependencies: - pandas =2.0.2 - matplotlib-base =3.7.1 - nbconvert =7.4.0 -- nbformat =5.8.0 +- nbformat =5.9.0