From f6cb54cdda95ef0660a88a3c1ebc248ca4e3cbec Mon Sep 17 00:00:00 2001 From: mccakit <117523238+mccakit@users.noreply.github.com> Date: Fri, 10 Oct 2025 23:11:01 +0300 Subject: [PATCH] Update pyproject.toml Signed-off-by: mccakit <117523238+mccakit@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c37f45..af789ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ packages = [{ include = "doxysphinx" }] [tool.poetry.dependencies] -python = ">=3.9,<3.13" +python = ">=3.9" lxml = ">=4.9.2,<=5.2.1" colorama = { version = "^0.4.6", platform = "windows" } click = "^8.1.3"