From 8c74ce85d6d5d601289ec11704936f2ffbbe514e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 19:26:37 -0500 Subject: [PATCH] Bump matplotlib from 3.9.2 to 3.9.3 (#513) * Bump matplotlib from 3.9.2 to 3.9.3 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.2 to 3.9.3. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.2...v3.9.3) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch ... 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 --- .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 07d4adb4..534f273e 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.2 +- matplotlib =3.9.3 - 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 2f9e330a..c6d3dee4 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.2 +- matplotlib =3.9.3 - 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 9abcee3f..cbf51a66 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.2 +- matplotlib =3.9.3 - networkx =3.4.2 - pygraphviz =1.14 - ipython =8.30.0 diff --git a/binder/environment.yml b/binder/environment.yml index 8a11e290..6c7a4fa5 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.2 +- matplotlib =3.9.3 - networkx =3.4.2 - pygraphviz =1.14 - pysqa =0.2.2 diff --git a/pyproject.toml b/pyproject.toml index bf14086e..69076846 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.2", + "matplotlib==3.9.3", "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.2", + "matplotlib==3.9.3", "networkx==3.4.2", "ipython==8.30.0", ]