Skip to content

Commit

Permalink
Merge pull request #182 from pyiron/dependabot/pip/pyzmq-25.1.1
Browse files Browse the repository at this point in the history
Bump pyzmq from 24.0.1 to 25.1.1
  • Loading branch information
jan-janssen authored Oct 5, 2023
2 parents a3ed247 + ae6a0cf commit fd5bd53
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 =2.2.1
- mpi4py =3.1.4
- tqdm =4.66.1
- pyzmq =24.0.1
- pyzmq =25.1.1
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 =2.2.1
- mpi4py =3.1.4
- tqdm =4.66.1
- pyzmq =24.0.1
- pyzmq =25.1.1
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 =2.2.1
- mpi4py =3.1.4
- tqdm =4.66.1
- pyzmq =24.0.1
- pyzmq =25.1.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'cloudpickle==2.2.1',
'mpi4py==3.1.4',
'tqdm==4.66.1',
'pyzmq==24.0.1',
'pyzmq==25.1.1',
],
cmdclass=versioneer.get_cmdclass(),
)

0 comments on commit fd5bd53

Please sign in to comment.