From de033e32c0b5e015422e13fd430dfeb3fb0f951b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:51:56 +0000 Subject: [PATCH 1/4] Bump matplotlib from 3.9.3 to 3.9.4 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.3 to 3.9.4. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.3...v3.9.4) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 69076846..1263232c 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.3", + "matplotlib==3.9.4", "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.3", + "matplotlib==3.9.4", "networkx==3.4.2", "ipython==8.30.0", ] From 063b349d2953bfc0a51127c9210773eb0c22f34b Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Fri, 13 Dec 2024 12:52:12 +0000 Subject: [PATCH 2/4] [dependabot skip] Update environment --- .ci_support/environment-mpich.yml | 2 +- .ci_support/environment-openmpi.yml | 2 +- .ci_support/environment-win.yml | 2 +- binder/environment.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 534f273e..bb82319c 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.3 +- matplotlib =3.9.4 - 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 c6d3dee4..8f687701 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.3 +- matplotlib =3.9.4 - 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 cbf51a66..b772f12a 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.3 +- matplotlib =3.9.4 - networkx =3.4.2 - pygraphviz =1.14 - ipython =8.30.0 diff --git a/binder/environment.yml b/binder/environment.yml index 6c7a4fa5..d84b9464 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.3 +- matplotlib =3.9.4 - networkx =3.4.2 - pygraphviz =1.14 - pysqa =0.2.2 From f7d65745977d3837052329b1128fa0cb4d89e63a Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Fri, 13 Dec 2024 22:49:55 -0700 Subject: [PATCH 3/4] Update automerge.yml --- .github/workflows/automerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 8c0039b2..a7eea211 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -2,7 +2,7 @@ name: Bot auto-merge on: pull_request: # yamllint disable-line rule:truthy workflow_run: - workflows: ["Benchmark", "Black", "Coverage", "Unittests-minimal", "Notebooks", "Pip check", "Unittest", "Unittests-flux-mpich", "Unittests-flux-openmpi", "Unittests-mpich", "Unittests-openmpi", "Unittests-msmpi", "Unittest Lower Bound"] + workflows: ["Benchmark", "Black", "Unittests-minimal", "Notebooks", "Pip check", "Unittest", "Unittests-flux-mpich", "Unittests-flux-openmpi", "Unittests-mpich", "Unittests-openmpi", "Unittests-msmpi", "Unittest Lower Bound"] types: [completed] permissions: From b8ae290cf34ca6fe735f2d1b120e94861a1a867c Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Fri, 13 Dec 2024 22:50:34 -0700 Subject: [PATCH 4/4] Update automerge.yml --- .github/workflows/automerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index a7eea211..f5a034d9 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -2,7 +2,7 @@ name: Bot auto-merge on: pull_request: # yamllint disable-line rule:truthy workflow_run: - workflows: ["Benchmark", "Black", "Unittests-minimal", "Notebooks", "Pip check", "Unittest", "Unittests-flux-mpich", "Unittests-flux-openmpi", "Unittests-mpich", "Unittests-openmpi", "Unittests-msmpi", "Unittest Lower Bound"] + workflows: ["Benchmark", "Black", "Unittests-minimal", "Notebooks", "Pip check", "Unittests-flux-mpich", "Unittests-flux-openmpi", "Unittests-mpich", "Unittests-openmpi", "Unittests-msmpi", "Unittest Lower Bound"] types: [completed] permissions: