Skip to content

Commit

Permalink
build(deps): update protobuf requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v4.22.0...v5.28.0-rc3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent 829bbc2 commit 5eafbbe
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 @@ -158,7 +158,7 @@ def run(self):
'jupyterlab',
'numpy',
'pandas',
'protobuf>=4.22,<5.0.0dev',
'protobuf>=4.22,<6.0.0',
'pyzmq<=26.1.1',
'requests',
'rich',
Expand Down

0 comments on commit 5eafbbe

Please sign in to comment.