From b6e9a60672af08f8992c6eb4662231ec84d9c9dc Mon Sep 17 00:00:00 2001 From: Ryszard Knop Date: Sun, 17 Mar 2024 00:20:10 +0100 Subject: [PATCH] Bump lxml support to 4.9.4 Resolves an issue where the build crashes with newer compilers if lxml is installed in the virtualenv directly, not from system repos. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 309fe9c..80f76ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ urllib3 = "^1.26.9" requests = "^2.28.0" python-slugify = "^6.1.2" beautifulsoup4 = "^4.11.1" -lxml = "^4.9.0" +lxml = "^4.9.4" pydantic = "^1.9.1" [tool.poetry.scripts]