From baec2a123785eb76bf9c37c78fa4d02070233709 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:34:48 -0700 Subject: [PATCH] Bump matplotlib from 3.9.4 to 3.10.0 (#521) * Bump matplotlib from 3.9.4 to 3.10.0 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.4 to 3.10.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.4...v3.10.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyironrunner Co-authored-by: Jan Janssen --- .ci_support/environment-mpich.yml | 2 +- .ci_support/environment-openmpi.yml | 2 +- .ci_support/environment-win.yml | 2 +- binder/environment.yml | 2 +- pyproject.toml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index bb82319c..cb9eece3 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -8,7 +8,7 @@ dependencies: - mpi4py =4.0.1 - pyzmq =26.2.0 - h5py =3.12.1 -- matplotlib =3.9.4 +- matplotlib =3.10.0 - networkx =3.4.2 - pygraphviz =1.14 - ipython =8.30.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 8f687701..8d33c18a 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -8,7 +8,7 @@ dependencies: - mpi4py =4.0.1 - pyzmq =26.2.0 - h5py =3.12.1 -- matplotlib =3.9.4 +- matplotlib =3.10.0 - networkx =3.4.2 - pygraphviz =1.14 - pysqa =0.2.2 diff --git a/.ci_support/environment-win.yml b/.ci_support/environment-win.yml index b772f12a..8608bfaa 100644 --- a/.ci_support/environment-win.yml +++ b/.ci_support/environment-win.yml @@ -8,7 +8,7 @@ dependencies: - mpi4py =4.0.1 - pyzmq =26.2.0 - h5py =3.12.1 -- matplotlib =3.9.4 +- matplotlib =3.10.0 - networkx =3.4.2 - pygraphviz =1.14 - ipython =8.30.0 diff --git a/binder/environment.yml b/binder/environment.yml index d84b9464..ada84da0 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -11,7 +11,7 @@ dependencies: - flux-pmix =0.5.0 - versioneer =0.28 - h5py =3.12.1 -- matplotlib =3.9.4 +- matplotlib =3.10.0 - networkx =3.4.2 - pygraphviz =1.14 - pysqa =0.2.2 diff --git a/pyproject.toml b/pyproject.toml index 1263232c..032fc74c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ Repository = "https://github.com/pyiron/executorlib" cache = ["h5py==3.12.1"] graph = [ "pygraphviz==1.14", - "matplotlib==3.9.4", + "matplotlib==3.10.0", "networkx==3.4.2", "ipython==8.30.0", ] @@ -53,7 +53,7 @@ all = [ "pysqa==0.2.2", "h5py==3.12.1", "pygraphviz==1.14", - "matplotlib==3.9.4", + "matplotlib==3.10.0", "networkx==3.4.2", "ipython==8.30.0", ]