From c3c3930574723d33c8714378b844c612e46199e4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 15 Apr 2024 13:51:13 +0000
Subject: [PATCH] Bump pyzmq from 25.1.2 to 26.0.0

Bumps [pyzmq](https://github.com/zeromq/pyzmq) from 25.1.2 to 26.0.0.
- [Release notes](https://github.com/zeromq/pyzmq/releases)
- [Commits](https://github.com/zeromq/pyzmq/compare/v25.1.2...v26.0.0)

---
updated-dependencies:
- dependency-name: pyzmq
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index e98ebe4a..57aeea2d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,7 +27,7 @@ classifiers = [
 dependencies = [
     "cloudpickle==3.0.0",
     "mpi4py==3.1.6",
-    "pyzmq==25.1.2",
+    "pyzmq==26.0.0",
     "tqdm==4.66.2",
 ]
 dynamic = ["version"]