File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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).
1212mkdocs-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
1414mkdocs-monorepo-plugin == 1.1.0
1515plantuml-markdown == 3.10.4
1616mdx_truly_sane_lists == 1.3
Original file line number Diff line number Diff line change 2828
2929setup (
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 ,
You can’t perform that action at this time.
0 commit comments