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.
This commit is contained in:
Ryszard Knop 2024-03-17 00:20:10 +01:00
parent 1cffee8203
commit b6e9a60672

View File

@ -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]