Skip to content

Commit

Permalink
Bump pygraphviz from 1.7 to 1.14
Browse files Browse the repository at this point in the history
Bumps [pygraphviz](https://github.com/pygraphviz/pygraphviz) from 1.7 to 1.14.
- [Release notes](https://github.com/pygraphviz/pygraphviz/releases)
- [Changelog](https://github.com/pygraphviz/pygraphviz/blob/main/RELEASE.rst)
- [Commits](pygraphviz/pygraphviz@pygraphviz-1.7...pygraphviz-1.14)

---
updated-dependencies:
- dependency-name: pygraphviz
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2024
1 parent f8bb9a7 commit c46deae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ffcx = "ffcx:__main__.main"
[project.optional-dependencies]
lint = ["ruff"]
docs = ["sphinx", "sphinx_rtd_theme"]
optional = ["numba", "pygraphviz==1.7"]
optional = ["numba", "pygraphviz==1.14"]
test = ["pytest >= 6.0", "sympy", "numba"]
ci = [
"coveralls",
Expand Down

0 comments on commit c46deae

Please sign in to comment.