Skip to content

Commit 6c9de68

Browse files
Bump pyzmq from 27.0.1 to 27.0.2 (#785)
* Bump pyzmq from 27.0.1 to 27.0.2 Bumps [pyzmq](https://github.com/zeromq/pyzmq) from 27.0.1 to 27.0.2. - [Release notes](https://github.com/zeromq/pyzmq/releases) - [Commits](zeromq/pyzmq@v27.0.1...v27.0.2) --- updated-dependencies: - dependency-name: pyzmq dependency-version: 27.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 d778d5c commit 6c9de68

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.1
14+
- pyzmq =27.0.2
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.1
10+
- pyzmq =27.0.2
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.1
7+
- pyzmq =27.0.2
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.1
9+
- pyzmq =27.0.2
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.1
9+
- pyzmq =27.0.2
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.1
9+
- pyzmq =27.0.2
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.1
9+
- pyzmq =27.0.2
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.1",
6+
"pyzmq==27.0.2",
77
]
88
build-backend = "hatchling.build"
99

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

0 commit comments

Comments
 (0)