Skip to content

Commit

Permalink
Merge pull request #166 from pyiron/dependabot/pip/pyzmq-25.1.1
Browse files Browse the repository at this point in the history
Bump pyzmq from 25.1.0 to 25.1.1
  • Loading branch information
jan-janssen authored Aug 10, 2023
2 parents 01f522b + 4c64629 commit 5bee543
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.0
- pyzmq =25.1.0
- 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.0
- pyzmq =25.1.0
- 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.0
- pyzmq =25.1.0
- 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.0',
'pyzmq==25.1.0'
'pyzmq==25.1.1'
],
cmdclass=versioneer.get_cmdclass(),
)

0 comments on commit 5bee543

Please sign in to comment.