Skip to content

Commit

Permalink
Merge pull request #322 from pyiron/dependabot/pip/pyzmq-26.0.3
Browse files Browse the repository at this point in the history
Bump pyzmq from 26.0.2 to 26.0.3
  • Loading branch information
jan-janssen authored May 6, 2024
2 parents 46f62a9 + d66b04d commit 0e758f1
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 @@ -10,6 +10,6 @@ dependencies:
- cloudpickle =3.0.0
- mpi4py =3.1.6
- tqdm =4.66.4
- pyzmq =26.0.2
- pyzmq =26.0.3
- flux-core
- jupyter-book =1.0.0
2 changes: 1 addition & 1 deletion .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ dependencies:
- cloudpickle =3.0.0
- mpi4py =3.1.6
- tqdm =4.66.4
- pyzmq =26.0.2
- pyzmq =26.0.3
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ dependencies:
- cloudpickle =3.0.0
- mpi4py =3.1.6
- tqdm =4.66.4
- pyzmq =26.0.2
- pyzmq =26.0.3
2 changes: 1 addition & 1 deletion .ci_support/environment-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ dependencies:
- cloudpickle =3.0.0
- mpi4py =3.1.6
- tqdm =4.66.4
- pyzmq =26.0.2
- pyzmq =26.0.3
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
dependencies = [
"cloudpickle==3.0.0",
"mpi4py==3.1.6",
"pyzmq==26.0.2",
"pyzmq==26.0.3",
"tqdm==4.66.4",
]
dynamic = ["version"]
Expand Down

0 comments on commit 0e758f1

Please sign in to comment.