fix(deps): update dependency lxml to v5 (#2973)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-01-10 16:42:29 -06:00
committed by GitHub
parent 04d2fa2416
commit 238ef838ba
2 changed files with 83 additions and 98 deletions

View File

@@ -23,7 +23,7 @@ extruct = "^0.16.0"
fastapi = "^0.104.1"
gunicorn = "^21.0.0"
httpx = "^0.26.0"
lxml = "^4.7.1"
lxml = "^5.0.0"
orjson = "^3.8.0"
passlib = "^1.7.4"
psycopg2-binary = { version = "^2.9.1", optional = true }