Skip to content

Commit

Permalink
build(deps): update pyzmq requirement from <=26.1.1 to <=26.2.0 (#1032)
Browse files Browse the repository at this point in the history
Updates the requirements on [pyzmq](https://github.com/zeromq/pyzmq) to permit the latest version.
- [Release notes](https://github.com/zeromq/pyzmq/releases)
- [Commits](zeromq/pyzmq@v2.0.7...v26.2.0)

---
updated-dependencies:
- dependency-name: pyzmq
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent 7c33420 commit 2a226f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2a226f7

Please sign in to comment.