Skip to content

Commit e8f0890

Browse files
Bump networkx from 3.4.2 to 3.6.1 (#884)
* 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](networkx/networkx@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] <[email protected]> * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyironrunner <[email protected]>
1 parent 20cb400 commit e8f0890

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.ci_support/environment-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- hatch-vcs =0.5.0
1717
- ipython =9.9.0
1818
- matplotlib =3.10.6
19-
- networkx =3.4.2
19+
- networkx =3.6.1
2020
- pygraphviz =1.14
2121
- pysqa =0.3.3
2222
- pyzmq =27.1.0

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- hatch-vcs =0.5.0
1111
- ipython =9.9.0
1212
- mpi4py =4.1.1
13-
- networkx =3.4.2
13+
- networkx =3.6.1
1414
- pygraphviz =1.14
1515
- pysqa =0.3.3
1616
- pyzmq =27.1.0

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- hatch-vcs =0.5.0
1111
- ipython =9.9.0
1212
- mpi4py =4.1.1
13-
- networkx =3.4.2
13+
- networkx =3.6.1
1414
- pygraphviz =1.14
1515
- pysqa =0.3.3
1616
- pyzmq =27.1.0

.ci_support/environment-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ dependencies:
1010
- hatch-vcs =0.5.0
1111
- ipython =9.9.0
1212
- mpi4py =4.1.1
13-
- networkx =3.4.2
13+
- networkx =3.6.1
1414
- pygraphviz =1.14
1515
- pyzmq =27.1.0

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- ipython =9.9.0
1414
- matplotlib =3.10.0
1515
- mpi4py =4.1.1
16-
- networkx =3.4.2
16+
- networkx =3.6.1
1717
- pygraphviz =1.14
1818
- pysqa =0.3.3
1919
- pyzmq =27.1.0

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ Repository = "https://github.com/pyiron/executorlib"
4343
cache = ["h5py==3.15.1"]
4444
graph = [
4545
"pygraphviz==1.14",
46-
"networkx==3.4.2",
46+
"networkx==3.6.1",
4747
]
4848
graphnotebook = [
4949
"pygraphviz==1.14",
50-
"networkx==3.4.2",
50+
"networkx==3.6.1",
5151
"ipython==9.9.0",
5252
]
5353
mpi = ["mpi4py==4.1.1"]
@@ -60,7 +60,7 @@ all = [
6060
"pysqa==0.3.3",
6161
"h5py==3.15.1",
6262
"pygraphviz==1.14",
63-
"networkx==3.4.2",
63+
"networkx==3.6.1",
6464
"ipython==9.9.0",
6565
]
6666

0 commit comments

Comments
 (0)