Skip to content

Commit 9f46035

Browse files
authored
fix(dep): lxml version to support proper path parsing (#44)
1 parent 01e4426 commit 9f46035

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mkdocs-drawio"
3-
version = "1.12.0"
3+
version = "1.12.1"
44
description = "MkDocs plugin for embedding Drawio files"
55
authors = [
66
"Jan Larwig <[email protected]>",
@@ -26,7 +26,7 @@ python = ">=3.8.0,<4.0"
2626
requests = ">=2.0"
2727
Jinja2 = ">=3.0"
2828
beautifulsoup4 = ">=4.0"
29-
lxml = ">=4.0"
29+
lxml = ">=4.8"
3030
mkdocs = ">=1.4"
3131

3232
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)