Skip to content

Commit

Permalink
Merge pull request #17 from kinow/dependabot/pip/protobuf-gte-3.13-an…
Browse files Browse the repository at this point in the history
…d-lt-3.16

Update protobuf requirement from ==3.13.* to >=3.13,<3.16
  • Loading branch information
kinow committed Mar 13, 2021
2 parents 2102faf + 8cad20c commit 258b3bd
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 258b3bd

Please sign in to comment.