Skip to content

Commit

Permalink
Merge pull request #386 from pyiron/dependabot/pip/pyzmq-26.1.0
Browse files Browse the repository at this point in the history
Bump pyzmq from 26.0.3 to 26.1.0
  • Loading branch information
jan-janssen authored Aug 7, 2024
2 parents 5a62164 + 96a922a commit 34cad7d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- openmpi
- cloudpickle =3.0.0
- mpi4py =4.0.0
- pyzmq =26.0.3
- pyzmq =26.1.0
- flux-core
- jupyter-book =1.0.0
- h5py =3.11.0
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- cloudpickle =3.0.0
- conda_subprocess =0.0.4
- mpi4py =4.0.0
- pyzmq =26.0.3
- pyzmq =26.1.0
- h5py =3.11.0
- h5io =0.2.4
- matplotlib =3.9.1
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 @@ -7,7 +7,7 @@ dependencies:
- cloudpickle =3.0.0
- conda_subprocess =0.0.4
- mpi4py =4.0.0
- pyzmq =26.0.3
- pyzmq =26.1.0
- h5py =3.11.0
- h5io =0.2.4
- matplotlib =3.9.1
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 @@ -7,7 +7,7 @@ dependencies:
- cloudpickle =3.0.0
- conda_subprocess =0.0.4
- mpi4py =4.0.0
- pyzmq =26.0.3
- pyzmq =26.1.0
- h5py =3.11.0
- h5io =0.2.4
- matplotlib =3.9.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
"cloudpickle==3.0.0",
"pyzmq==26.0.3",
"pyzmq==26.1.0",
]
dynamic = ["version"]

Expand Down

0 comments on commit 34cad7d

Please sign in to comment.