Skip to content

Commit

Permalink
Bump matplotlib from 3.9.2 to 3.9.3 (#513)
Browse files Browse the repository at this point in the history
* Bump matplotlib from 3.9.2 to 3.9.3

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.2 to 3.9.3.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.9.2...v3.9.3)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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]>
  • Loading branch information
dependabot[bot] and pyiron-runner authored Dec 3, 2024
1 parent 23eb02a commit 8c74ce8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- mpi4py =4.0.1
- pyzmq =26.2.0
- h5py =3.12.1
- matplotlib =3.9.2
- matplotlib =3.9.3
- networkx =3.4.2
- pygraphviz =1.14
- ipython =8.30.0
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- mpi4py =4.0.1
- pyzmq =26.2.0
- h5py =3.12.1
- matplotlib =3.9.2
- matplotlib =3.9.3
- networkx =3.4.2
- pygraphviz =1.14
- pysqa =0.2.2
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- mpi4py =4.0.1
- pyzmq =26.2.0
- h5py =3.12.1
- matplotlib =3.9.2
- matplotlib =3.9.3
- networkx =3.4.2
- pygraphviz =1.14
- ipython =8.30.0
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- flux-pmix =0.5.0
- versioneer =0.28
- h5py =3.12.1
- matplotlib =3.9.2
- matplotlib =3.9.3
- networkx =3.4.2
- pygraphviz =1.14
- pysqa =0.2.2
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Repository = "https://github.com/pyiron/executorlib"
cache = ["h5py==3.12.1"]
graph = [
"pygraphviz==1.14",
"matplotlib==3.9.2",
"matplotlib==3.9.3",
"networkx==3.4.2",
"ipython==8.30.0",
]
Expand All @@ -53,7 +53,7 @@ all = [
"pysqa==0.2.2",
"h5py==3.12.1",
"pygraphviz==1.14",
"matplotlib==3.9.2",
"matplotlib==3.9.3",
"networkx==3.4.2",
"ipython==8.30.0",
]
Expand Down

0 comments on commit 8c74ce8

Please sign in to comment.