From 42d6c0051f14c59c791908b730d09aa0aa671b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:56:47 +0000 Subject: [PATCH 1/2] Bump networkx from 3.4 to 3.4.1 Bumps [networkx](https://github.com/networkx/networkx) from 3.4 to 3.4.1. - [Release notes](https://github.com/networkx/networkx/releases) - [Commits](https://github.com/networkx/networkx/compare/networkx-3.4...networkx-3.4.1) --- updated-dependencies: - dependency-name: networkx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0dadb98b..753163ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ hdf = [ graph = [ "pygraphviz==1.14", "matplotlib==3.9.2", - "networkx==3.4", + "networkx==3.4.1", "ipython==8.28.0", ] From a42417d2cbc1689e664a7b79e4534ea4ede7e163 Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Mon, 14 Oct 2024 12:57:03 +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 63131d78..d2117f71 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.4 +- networkx =3.4.1 - pygraphviz =1.14 - ipython =8.28.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index c31b932a..fdfe5445 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.4 +- networkx =3.4.1 - pygraphviz =1.14 - ipython =8.28.0 diff --git a/.ci_support/environment-win.yml b/.ci_support/environment-win.yml index 5b4aa848..c127fda6 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.4 +- networkx =3.4.1 - pygraphviz =1.14 - ipython =8.28.0