Skip to content

Commit

Permalink
build(deps): update pyzmq requirement from <=26.1.0 to <=26.1.1 (secu…
Browse files Browse the repository at this point in the history
…refederatedai#1029)

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.1.1)

---
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 Aug 19, 2024
1 parent 992f78b commit 64c4ce9
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>=3.20.3',
'pyzmq<=26.1.0',
'pyzmq<=26.1.1',
'requests',
'rich',
'scikit-learn',
Expand Down

0 comments on commit 64c4ce9

Please sign in to comment.