1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-07 22:45:22 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 }