From 023a88b0999bef3f274ece3e60a6be2ff2ada2b0 Mon Sep 17 00:00:00 2001 From: Aric Radzin Date: Sun, 16 Nov 2025 20:37:30 +0200 Subject: [PATCH] Bump lxml dependency to >=4.8.0 for the relied-upon support of lxml::etree::parse accepting a path-like object --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 23a7bc1..1d9f102 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mkdocs-drawio" -version = "1.12.0" +version = "1.12.1" description = "MkDocs plugin for embedding Drawio files" authors = [ "Jan Larwig ", @@ -26,7 +26,7 @@ python = ">=3.8.0,<4.0" requests = ">=2.0" Jinja2 = ">=3.0" beautifulsoup4 = ">=4.0" -lxml = ">=4.0" +lxml = ">=4.8" mkdocs = ">=1.4" [tool.poetry.group.dev.dependencies]