Skip to content

Commit

Permalink
Update graphviz requirement from ==0.14.* to >=0.14,<0.17
Browse files Browse the repository at this point in the history
Updates the requirements on [graphviz](https://github.com/xflr6/graphviz) to permit the latest version.
- [Release notes](https://github.com/xflr6/graphviz/releases)
- [Changelog](https://github.com/xflr6/graphviz/blob/master/CHANGES.txt)
- [Commits](xflr6/graphviz@0.14...0.16)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 13, 2021
1 parent e56ca23 commit 69f237e
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 @@ -27,7 +27,7 @@ def read(*parts):

install_requires = [
"click==7.1.*",
"graphviz==0.14.*",
"graphviz>=0.14,<0.17",
"protobuf==3.13.*"
]

Expand Down

0 comments on commit 69f237e

Please sign in to comment.