Skip to content

Commit

Permalink
Merge pull request #299 from pyiron/dependabot/pip/pyzmq-26.0.1
Browse files Browse the repository at this point in the history
Bump pyzmq from 26.0.0 to 26.0.1
  • Loading branch information
jan-janssen authored Apr 20, 2024
2 parents 9fc8d08 + 55a77e0 commit 8d3a58c
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,5 +10,5 @@ dependencies:
- cloudpickle =3.0.0
- mpi4py =3.1.6
- tqdm =4.66.2
- pyzmq =26.0.0
- pyzmq =26.0.2
- flux-core
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.2
- pyzmq =26.0.0
- pyzmq =26.0.2
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.2
- pyzmq =26.0.0
- pyzmq =26.0.2
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.2
- pyzmq =26.0.0
- pyzmq =26.0.2
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.0",
"pyzmq==26.0.2",
"tqdm==4.66.2",
]
dynamic = ["version"]
Expand Down

0 comments on commit 8d3a58c

Please sign in to comment.