Skip to content

Commit baec2a1

Browse files
dependabot[bot]pyiron-runnerjan-janssen
authored
Bump matplotlib from 3.9.4 to 3.10.0 (#521)
* Bump matplotlib from 3.9.4 to 3.10.0 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.4 to 3.10.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.9.4...v3.10.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyironrunner <pyiron@mpie.de> Co-authored-by: Jan Janssen <jan-janssen@users.noreply.github.com>
1 parent 4d7120e commit baec2a1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- mpi4py =4.0.1
99
- pyzmq =26.2.0
1010
- h5py =3.12.1
11-
- matplotlib =3.9.4
11+
- matplotlib =3.10.0
1212
- networkx =3.4.2
1313
- pygraphviz =1.14
1414
- ipython =8.30.0

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- mpi4py =4.0.1
99
- pyzmq =26.2.0
1010
- h5py =3.12.1
11-
- matplotlib =3.9.4
11+
- matplotlib =3.10.0
1212
- networkx =3.4.2
1313
- pygraphviz =1.14
1414
- pysqa =0.2.2

.ci_support/environment-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- mpi4py =4.0.1
99
- pyzmq =26.2.0
1010
- h5py =3.12.1
11-
- matplotlib =3.9.4
11+
- matplotlib =3.10.0
1212
- networkx =3.4.2
1313
- pygraphviz =1.14
1414
- ipython =8.30.0

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- flux-pmix =0.5.0
1212
- versioneer =0.28
1313
- h5py =3.12.1
14-
- matplotlib =3.9.4
14+
- matplotlib =3.10.0
1515
- networkx =3.4.2
1616
- pygraphviz =1.14
1717
- pysqa =0.2.2

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Repository = "https://github.com/pyiron/executorlib"
3939
cache = ["h5py==3.12.1"]
4040
graph = [
4141
"pygraphviz==1.14",
42-
"matplotlib==3.9.4",
42+
"matplotlib==3.10.0",
4343
"networkx==3.4.2",
4444
"ipython==8.30.0",
4545
]
@@ -53,7 +53,7 @@ all = [
5353
"pysqa==0.2.2",
5454
"h5py==3.12.1",
5555
"pygraphviz==1.14",
56-
"matplotlib==3.9.4",
56+
"matplotlib==3.10.0",
5757
"networkx==3.4.2",
5858
"ipython==8.30.0",
5959
]

0 commit comments

Comments
 (0)