Skip to content

Commit 3885288

Browse files
authored
Update pyzmq to 27.0.1 (#770)
* Update pyzmq to 27.0.1 * remaining env * Update pyproject.toml * Update pyproject.toml
1 parent bdff8ef commit 3885288

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- openmpi
1212
- cloudpickle =3.1.1
1313
- mpi4py =4.0.1
14-
- pyzmq =27.0.0
14+
- pyzmq =27.0.1
1515
- flux-core
1616
- jupyter-book =1.0.0
1717
- h5py =3.14.0

.ci_support/environment-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- openmpi
88
- cloudpickle =3.1.1
99
- mpi4py
10-
- pyzmq =27.0.0
10+
- pyzmq =27.0.1
1111
- flux-core =0.59.0
1212
- hatchling =1.27.0
1313
- hatch-vcs =0.5.0

.ci_support/environment-mini.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies:
44
- python
55
- numpy
66
- cloudpickle =3.1.0
7-
- pyzmq =27.0.0
7+
- pyzmq =27.0.1
88
- hatchling =1.27.0
99
- hatch-vcs =0.5.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 =27.0.0
9+
- pyzmq =27.0.1
1010
- h5py =3.14.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 =27.0.0
9+
- pyzmq =27.0.1
1010
- h5py =3.14.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 =27.0.0
9+
- pyzmq =27.0.1
1010
- h5py =3.14.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 =27.0.0
9+
- pyzmq =27.0.1
1010
- flux-core =0.59.0
1111
- flux-pmix =0.5.0
1212
- hatchling =1.27.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
"hatchling==1.27.0",
44
"hatch-vcs==0.5.0",
55
"cloudpickle==3.1.1",
6-
"pyzmq==27.0.0",
6+
"pyzmq==27.0.1",
77
]
88
build-backend = "hatchling.build"
99

@@ -30,7 +30,7 @@ classifiers = [
3030
]
3131
dependencies = [
3232
"cloudpickle==3.1.1",
33-
"pyzmq==27.0.0",
33+
"pyzmq==27.0.1",
3434
]
3535
dynamic = ["version"]
3636

0 commit comments

Comments
 (0)