Skip to content

Commit

Permalink
Update protobuf requirement from <5.27,>=3.13 to >=3.13,<5.28
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@v3.13.0...v5.27.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kinow committed May 24, 2024
1 parent 681c3d8 commit 2b0e1f7
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 @@ -28,7 +28,7 @@ def read(*parts):
install_requires = [
"click>=7.1,<8.2",
"graphviz>=0.14,<0.21",
"protobuf>=3.13,<5.27"
"protobuf>=3.13,<5.28"
]

setup_requires = [
Expand Down

0 comments on commit 2b0e1f7

Please sign in to comment.