Skip to content

Commit dc1b460

Browse files
authored
Merge pull request #370 from pyiron/dependabot/pip/matplotlib-3.9.1
Bump matplotlib from 3.9.0 to 3.9.1
2 parents 7c19502 + 37f0ba2 commit dc1b460

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.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
- pyzmq =26.0.3
1111
- h5py =3.11.0
1212
- h5io =0.2.3
13-
- matplotlib =3.8.4
13+
- matplotlib =3.9.1
1414
- networkx =3.3
1515
- pygraphviz =1.13
1616
- ipython =8.26.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
- pyzmq =26.0.3
1111
- h5py =3.11.0
1212
- h5io =0.2.3
13-
- matplotlib =3.8.4
13+
- matplotlib =3.9.1
1414
- networkx =3.3
1515
- pygraphviz =1.13
1616
- ipython =8.26.0

.ci_support/environment-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- pyzmq =26.0.3
1111
- h5py =3.11.0
1212
- h5io =0.2.3
13-
- matplotlib =3.8.4
13+
- matplotlib =3.9.1
1414
- networkx =3.3
1515
- pygraphviz =1.13
1616
- ipython =8.26.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ hdf = [
4343
]
4444
graph = [
4545
"pygraphviz==1.13",
46-
"matplotlib==3.8.4",
46+
"matplotlib==3.9.1",
4747
"networkx==3.3",
4848
"ipython==8.26.0",
4949
]

0 commit comments

Comments
 (0)