deps: Downgrade lxml to >=4.8.0

This is to add support with projects that likely use pycaption which does not yet support lxml 4.9.0 or newer.
This commit is contained in:
rlaphoenix 2022-07-31 06:33:18 +01:00
parent 3e1ccaf5ba
commit a0fa559255
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View File

@ -279,7 +279,7 @@ serve = ["aiohttp", "PyYAML"]
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = ">=3.7,<3.11" python-versions = ">=3.7,<3.11"
content-hash = "12caa58d1b96e26a99bef25ddbbcbc5fe01288648da4545f1f4c264bd8fa4e3b" content-hash = "5180330dabbacf34bd4d6faf8f3d4bdcaae26dc7b2951df04010ce54400eb520"
[metadata.files] [metadata.files]
aiohttp = [ aiohttp = [

View File

@ -32,7 +32,7 @@ pymp4 = "^1.2.0"
pycryptodome = "^3.15.0" pycryptodome = "^3.15.0"
click = "^8.1.3" click = "^8.1.3"
requests = "^2.28.1" requests = "^2.28.1"
lxml = "^4.9.1" lxml = ">=4.8.0"
Unidecode = "^1.3.4" Unidecode = "^1.3.4"
aiohttp = {version = "^3.8.1", optional = true} aiohttp = {version = "^3.8.1", optional = true}
PyYAML = {version = "^6.0", optional = true} PyYAML = {version = "^6.0", optional = true}