From 1ad14819e14ed72fe6a4c43991f0fedc9c8e154c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 12:39:19 +0000 Subject: [PATCH 1/2] Bump networkx from 3.3 to 3.4 Bumps [networkx](https://github.com/networkx/networkx) from 3.3 to 3.4. - [Release notes](https://github.com/networkx/networkx/releases) - [Commits](https://github.com/networkx/networkx/compare/networkx-3.3...networkx-3.4) --- updated-dependencies: - dependency-name: networkx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a90c741c..8d5cd27c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ hdf = [ graph = [ "pygraphviz==1.14", "matplotlib==3.9.2", - "networkx==3.3", + "networkx==3.4", "ipython==8.27.0", ] From 9022663917305fb18749f37e732516745be2eebd Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Fri, 11 Oct 2024 12:40:58 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment-mpich.yml | 2 +- .ci_support/environment-openmpi.yml | 2 +- .ci_support/environment-win.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index d402acd6..d2244cd4 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -9,6 +9,6 @@ dependencies: - pyzmq =26.2.0 - h5py =3.11.0 - matplotlib =3.9.2 -- networkx =3.3 +- networkx =3.4 - pygraphviz =1.14 - ipython =8.27.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index b0b1b347..bee7343e 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -9,6 +9,6 @@ dependencies: - pyzmq =26.2.0 - h5py =3.11.0 - matplotlib =3.9.2 -- networkx =3.3 +- networkx =3.4 - pygraphviz =1.14 - ipython =8.27.0 diff --git a/.ci_support/environment-win.yml b/.ci_support/environment-win.yml index 95385c74..dc5c2c22 100644 --- a/.ci_support/environment-win.yml +++ b/.ci_support/environment-win.yml @@ -9,6 +9,6 @@ dependencies: - pyzmq =26.2.0 - h5py =3.11.0 - matplotlib =3.9.2 -- networkx =3.3 +- networkx =3.4 - pygraphviz =1.14 - ipython =8.27.0