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
  • Loading branch information
dependabot[bot] authored 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.