From 6c9f0d9a809186bd09c8bb9380be65766d1a75ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 12:21:11 +0000 Subject: [PATCH 1/2] Bump networkx from 3.4.2 to 3.6.1 Bumps [networkx](https://github.com/networkx/networkx) from 3.4.2 to 3.6.1. - [Release notes](https://github.com/networkx/networkx/releases) - [Commits](https://github.com/networkx/networkx/compare/networkx-3.4.2...networkx-3.6.1) --- updated-dependencies: - dependency-name: networkx dependency-version: 3.6.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1f8d9346..55c5ae92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,11 +43,11 @@ Repository = "https://github.com/pyiron/executorlib" cache = ["h5py==3.15.1"] graph = [ "pygraphviz==1.14", - "networkx==3.4.2", + "networkx==3.6.1", ] graphnotebook = [ "pygraphviz==1.14", - "networkx==3.4.2", + "networkx==3.6.1", "ipython==9.9.0", ] mpi = ["mpi4py==4.1.1"] @@ -60,7 +60,7 @@ all = [ "pysqa==0.3.3", "h5py==3.15.1", "pygraphviz==1.14", - "networkx==3.4.2", + "networkx==3.6.1", "ipython==9.9.0", ] From f237e4a8f07ebeb0604b89351376f3d852742235 Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Tue, 6 Jan 2026 12:21:22 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment-integration.yml | 2 +- .ci_support/environment-mpich.yml | 2 +- .ci_support/environment-openmpi.yml | 2 +- .ci_support/environment-win.yml | 2 +- binder/environment.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.ci_support/environment-integration.yml b/.ci_support/environment-integration.yml index a68fec4c..6bd3f529 100644 --- a/.ci_support/environment-integration.yml +++ b/.ci_support/environment-integration.yml @@ -16,7 +16,7 @@ dependencies: - hatch-vcs =0.5.0 - ipython =9.9.0 - matplotlib =3.10.6 -- networkx =3.4.2 +- networkx =3.6.1 - pygraphviz =1.14 - pysqa =0.3.3 - pyzmq =27.1.0 diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index b760bc6a..1f72675c 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -10,7 +10,7 @@ dependencies: - hatch-vcs =0.5.0 - ipython =9.9.0 - mpi4py =4.1.1 -- networkx =3.4.2 +- networkx =3.6.1 - pygraphviz =1.14 - pysqa =0.3.3 - pyzmq =27.1.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 2e7260cf..e72dca87 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -10,7 +10,7 @@ dependencies: - hatch-vcs =0.5.0 - ipython =9.9.0 - mpi4py =4.1.1 -- networkx =3.4.2 +- networkx =3.6.1 - pygraphviz =1.14 - pysqa =0.3.3 - pyzmq =27.1.0 diff --git a/.ci_support/environment-win.yml b/.ci_support/environment-win.yml index 9220a269..430ce4a7 100644 --- a/.ci_support/environment-win.yml +++ b/.ci_support/environment-win.yml @@ -10,6 +10,6 @@ dependencies: - hatch-vcs =0.5.0 - ipython =9.9.0 - mpi4py =4.1.1 -- networkx =3.4.2 +- networkx =3.6.1 - pygraphviz =1.14 - pyzmq =27.1.0 diff --git a/binder/environment.yml b/binder/environment.yml index 732ed3f2..d72d1006 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -13,7 +13,7 @@ dependencies: - ipython =9.9.0 - matplotlib =3.10.0 - mpi4py =4.1.1 -- networkx =3.4.2 +- networkx =3.6.1 - pygraphviz =1.14 - pysqa =0.3.3 - pyzmq =27.1.0