From a0fa55925502534417feef16e58d2deac45e5da4 Mon Sep 17 00:00:00 2001 From: rlaphoenix Date: Sun, 31 Jul 2022 06:33:18 +0100 Subject: [PATCH] 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. --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 95fa523..860adec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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 = [ diff --git a/pyproject.toml b/pyproject.toml index e6bc2b2..6b04465 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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}