Skip to content

Commit c8fcba4

Browse files
Bump pyzmq from 26.2.1 to 26.3.0 (#604)
* Bump pyzmq from 26.2.1 to 26.3.0 Bumps [pyzmq](https://github.com/zeromq/pyzmq) from 26.2.1 to 26.3.0. - [Release notes](https://github.com/zeromq/pyzmq/releases) - [Commits](zeromq/pyzmq@v26.2.1...v26.3.0) --- updated-dependencies: - dependency-name: pyzmq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyironrunner <[email protected]>
1 parent 65a606f commit c8fcba4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- openmpi
1010
- cloudpickle =3.1.1
1111
- mpi4py =4.0.1
12-
- pyzmq =26.2.1
12+
- pyzmq =26.3.0
1313
- flux-core
1414
- jupyter-book =1.0.0
1515
- h5py =3.13.0

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- mpich
77
- cloudpickle =3.1.1
88
- mpi4py =4.0.1
9-
- pyzmq =26.2.1
9+
- pyzmq =26.3.0
1010
- h5py =3.13.0
1111
- networkx =3.4.2
1212
- pygraphviz =1.14

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- openmpi
77
- cloudpickle =3.1.1
88
- mpi4py =4.0.1
9-
- pyzmq =26.2.1
9+
- pyzmq =26.3.0
1010
- h5py =3.13.0
1111
- networkx =3.4.2
1212
- pygraphviz =1.14

.ci_support/environment-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- msmpi
77
- cloudpickle =3.1.1
88
- mpi4py =4.0.1
9-
- pyzmq =26.2.1
9+
- pyzmq =26.3.0
1010
- h5py =3.13.0
1111
- networkx =3.4.2
1212
- pygraphviz =1.14

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- openmpi
77
- cloudpickle =3.1.1
88
- mpi4py =4.0.1
9-
- pyzmq =26.2.1
9+
- pyzmq =26.3.0
1010
- flux-core =0.59.0
1111
- flux-pmix =0.5.0
1212
- versioneer =0.28

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"cloudpickle==3.1.1",
29-
"pyzmq==26.2.1",
29+
"pyzmq==26.3.0",
3030
]
3131
dynamic = ["version"]
3232

0 commit comments

Comments
 (0)