Skip to content

Commit 30a6abf

Browse files
authored
Update graphviz dependency (#250)
1 parent 1ca11f0 commit 30a6abf

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ We only use `material-mkdocs` as base styles because Backstage also uses the `Ma
149149

150150
## Changelog
151151

152+
### 1.5.2
153+
154+
- Update `markdown_inline_graphviz_extension` to use forked `markdown-graphviz-inline` instead due to abandonment of original dependency.
155+
152156
### 1.5.1
153157

154158
- Minimum supported Python version is now 3.9

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Markdown>=3.2,<3.8
1010
# explaining what was added or fixed (or at least pointing to the underlying
1111
# release notes of the bumped package).
1212
mkdocs-material==9.5.49
13-
markdown_inline_graphviz_extension@git+https://github.com/cesaremorel/markdown-inline-graphviz.git@579f10af9fe7187c717c20615f65774f898c1a0d
13+
markdown-graphviz-inline==1.1.3
1414
mkdocs-monorepo-plugin==1.1.0
1515
plantuml-markdown==3.10.4
1616
mdx_truly_sane_lists==1.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setup(
3030
name="mkdocs-techdocs-core",
31-
version="1.5.1",
31+
version="1.5.2",
3232
description="The core MkDocs plugin used by Backstage's TechDocs as a wrapper around "
3333
"multiple MkDocs plugins and Python Markdown extensions",
3434
long_description=long_description,

0 commit comments

Comments
 (0)