From 3beb61561d229109bd66f558d0ef6ac847c4332a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 07:12:48 +0000 Subject: [PATCH 1/3] Bump matplotlib from 3.8.0 to 3.8.1 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.0...v3.8.1) --- updated-dependencies: - dependency-name: matplotlib 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 d39acafe..fa7c4878 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ 'bidict==0.22.1', 'cloudpickle==3.0.0', 'graphviz==0.20.1', - 'matplotlib==3.8.0', + 'matplotlib==3.8.1', 'pyiron_base==0.6.8', 'toposort==1.10', 'typeguard==4.1.5', From ec08b2d1f8b7f1326885cc3968eb387fb0054f47 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 6 Nov 2023 07:13:06 +0000 Subject: [PATCH 2/3] [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 1aa1d164..a30401ea 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -6,7 +6,7 @@ dependencies: - bidict =0.22.1 - cloudpickle =3.0.0 - graphviz =8.1.0 -- matplotlib =3.8.0 +- matplotlib =3.8.1 - pyiron_base =0.6.8 - python-graphviz =0.20.1 - toposort =1.10 From 354ad9e5caf4d1c5a44b59d5b00af87ee70ddf26 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 6 Nov 2023 07:13:23 +0000 Subject: [PATCH 3/3] [dependabot skip] Update env file --- .binder/environment.yml | 2 +- docs/environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index 1692bb8a..fe8230b1 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -6,7 +6,7 @@ dependencies: - bidict =0.22.1 - cloudpickle =3.0.0 - graphviz =8.1.0 -- matplotlib =3.8.0 +- matplotlib =3.8.1 - pyiron_base =0.6.8 - python-graphviz =0.20.1 - toposort =1.10 diff --git a/docs/environment.yml b/docs/environment.yml index 910eb2ce..ff872fd5 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -8,7 +8,7 @@ dependencies: - bidict =0.22.1 - cloudpickle =3.0.0 - graphviz =8.1.0 -- matplotlib =3.8.0 +- matplotlib =3.8.1 - pyiron_base =0.6.8 - python-graphviz =0.20.1 - toposort =1.10