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:
parent
3e1ccaf5ba
commit
a0fa559255
|
@ -279,7 +279,7 @@ serve = ["aiohttp", "PyYAML"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = ">=3.7,<3.11"
|
||||
content-hash = "12caa58d1b96e26a99bef25ddbbcbc5fe01288648da4545f1f4c264bd8fa4e3b"
|
||||
content-hash = "5180330dabbacf34bd4d6faf8f3d4bdcaae26dc7b2951df04010ce54400eb520"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
|
|
@ -32,7 +32,7 @@ pymp4 = "^1.2.0"
|
|||
pycryptodome = "^3.15.0"
|
||||
click = "^8.1.3"
|
||||
requests = "^2.28.1"
|
||||
lxml = "^4.9.1"
|
||||
lxml = ">=4.8.0"
|
||||
Unidecode = "^1.3.4"
|
||||
aiohttp = {version = "^3.8.1", optional = true}
|
||||
PyYAML = {version = "^6.0", optional = true}
|
||||
|
|
Loading…
Reference in New Issue