From b9eeb3fae6c90d63aeefd02c85c61059969cc41d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:00:09 +0000 Subject: [PATCH 1/2] Bump networkx from 3.4.1 to 3.4.2 Bumps [networkx](https://github.com/networkx/networkx) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/networkx/networkx/releases) - [Commits](https://github.com/networkx/networkx/compare/networkx-3.4.1...networkx-3.4.2) --- 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 633558a5..c5d73fd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ hdf = [ graph = [ "pygraphviz==1.14", "matplotlib==3.9.2", - "networkx==3.4.1", + "networkx==3.4.2", "ipython==8.28.0", ] From 6f15f89d0fa83e6e892de62ffd6742a8f4cb661b Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Mon, 21 Oct 2024 13:00:30 +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 2fefcb40..4e2df51b 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -9,6 +9,6 @@ dependencies: - pyzmq =26.2.0 - h5py =3.12.1 - matplotlib =3.9.2 -- networkx =3.4.1 +- networkx =3.4.2 - pygraphviz =1.14 - ipython =8.28.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 05b20cf7..83df679d 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -9,6 +9,6 @@ dependencies: - pyzmq =26.2.0 - h5py =3.12.1 - matplotlib =3.9.2 -- networkx =3.4.1 +- networkx =3.4.2 - pygraphviz =1.14 - ipython =8.28.0 diff --git a/.ci_support/environment-win.yml b/.ci_support/environment-win.yml index 82d8a991..610f6b67 100644 --- a/.ci_support/environment-win.yml +++ b/.ci_support/environment-win.yml @@ -9,6 +9,6 @@ dependencies: - pyzmq =26.2.0 - h5py =3.12.1 - matplotlib =3.9.2 -- networkx =3.4.1 +- networkx =3.4.2 - pygraphviz =1.14 - ipython =8.28.0