Skip to content

Commit

Permalink
Update graphviz requirement from <0.19,>=0.14 to >=0.14,<0.20
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.rst)
- [Commits](xflr6/graphviz@0.14...0.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kinow committed Nov 29, 2021
1 parent c74a745 commit d31a9b2
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,<8.1",
"graphviz>=0.14,<0.19",
"graphviz>=0.14,<0.20",
"protobuf>=3.13,<3.20"
]

Expand Down

0 comments on commit d31a9b2

Please sign in to comment.