From 2a226f7af3fbc7bf28d87e526ee1ecd1fb278139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 11:41:56 -0700 Subject: [PATCH] build(deps): update pyzmq requirement from <=26.1.1 to <=26.2.0 (#1032) Updates the requirements on [pyzmq](https://github.com/zeromq/pyzmq) to permit the latest version. - [Release notes](https://github.com/zeromq/pyzmq/releases) - [Commits](https://github.com/zeromq/pyzmq/compare/v2.0.7...v26.2.0) --- updated-dependencies: - dependency-name: pyzmq dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 914ef62333..bd959708a5 100644 --- a/setup.py +++ b/setup.py @@ -159,7 +159,7 @@ def run(self): 'numpy', 'pandas', 'protobuf>=4.22,<5.0.0dev', - 'pyzmq<=26.1.1', + 'pyzmq<=26.2.0', 'requests>=2.32.0', 'rich', 'scikit-learn',