chore(deps): bump graphviz from 0.20.3 to 0.21

Bumps [graphviz](https://github.com/xflr6/graphviz) from 0.20.3 to 0.21.
- [Changelog](https://github.com/xflr6/graphviz/blob/master/CHANGES.rst)
- [Commits](https://github.com/xflr6/graphviz/compare/0.20.3...0.21)

---
updated-dependencies:
- dependency-name: graphviz
  dependency-version: '0.21'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/1150/head
dependabot[bot] 3 months ago committed by GitHub
parent 86ada40e47
commit a7fe022c36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

14
poetry.lock generated

@ -165,19 +165,19 @@ typing = ["typing-extensions (>=4.12.2) ; python_version < \"3.11\""]
[[package]] [[package]]
name = "graphviz" name = "graphviz"
version = "0.20.3" version = "0.21"
description = "Simple Python interface for Graphviz" description = "Simple Python interface for Graphviz"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.9"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "graphviz-0.20.3-py3-none-any.whl", hash = "sha256:81f848f2904515d8cd359cc611faba817598d2feaac4027b266aa3eda7b3dde5"}, {file = "graphviz-0.21-py3-none-any.whl", hash = "sha256:54f33de9f4f911d7e84e4191749cac8cc5653f815b06738c54db9a15ab8b1e42"},
{file = "graphviz-0.20.3.zip", hash = "sha256:09d6bc81e6a9fa392e7ba52135a9d49f1ed62526f96499325930e87ca1b5925d"}, {file = "graphviz-0.21.tar.gz", hash = "sha256:20743e7183be82aaaa8ad6c93f8893c923bd6658a04c32ee115edb3c8a835f78"},
] ]
[package.extras] [package.extras]
dev = ["flake8", "pep8-naming", "tox (>=3)", "twine", "wheel"] dev = ["Flake8-pyproject", "build", "flake8", "pep8-naming", "tox (>=3)", "twine", "wheel"]
docs = ["sphinx (>=5,<7)", "sphinx-autodoc-typehints", "sphinx-rtd-theme"] docs = ["sphinx (>=5,<7)", "sphinx-autodoc-typehints", "sphinx-rtd-theme (>=0.2.5)"]
test = ["coverage", "pytest (>=7,<8.1)", "pytest-cov", "pytest-mock (>=3)"] test = ["coverage", "pytest (>=7,<8.1)", "pytest-cov", "pytest-mock (>=3)"]
[[package]] [[package]]
@ -661,4 +661,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "78ae88d1d235107f62ea2adffe4b59a248df35660ea1b565f06261e8ea286d86" content-hash = "affed7c8b0962b3d91cf6354cc48f2496d55207705ee9d93f6661d657d1d7e48"

@ -14,7 +14,7 @@ diagrams="diagrams.cli:main"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "^3.9"
graphviz = ">=0.13.2,<0.21.0" graphviz = ">=0.13.2,<0.22.0"
jinja2 = ">=2.10,<4.0" jinja2 = ">=2.10,<4.0"
typed-ast = {version="^1.5.5", markers="python_version<'3.8'"} typed-ast = {version="^1.5.5", markers="python_version<'3.8'"}
pre-commit = "^4.0.1" pre-commit = "^4.0.1"

Loading…
Cancel
Save