deps: Update lxml to >=4.9.1

This is to fix some security vulnerabilities. The main dependency locking this to 4.8.0 for so long was pycaption, which was updated to support 4.9.1 in v2.1.0.
This commit is contained in:
rlaphoenix 2022-09-07 12:50:03 +01:00
parent 24dfd828cb
commit 1156edfef7
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View File

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

View File

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