Skip to content

Commit

Permalink
Update protobuf requirement from ==3.13.* to >=3.13,<3.16
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/master/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.13.0-rc3...v3.15.6)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 13, 2021
1 parent 8eb7df1 commit 8cad20c
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.*",
"graphviz>=0.14,<0.17",
"protobuf==3.13.*"
"protobuf>=3.13,<3.16"
]

setup_requires = [
Expand Down

0 comments on commit 8cad20c

Please sign in to comment.