1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-02 20:15:24 +02:00

fix(deps): update dependency lxml to v6 (#5585)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-07-01 22:17:52 -05:00 committed by GitHub
parent 4bf963b14c
commit 9f5de0bd5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 94 additions and 137 deletions

View file

@ -26,7 +26,7 @@ bcrypt = "^4.0.1"
extruct = "^0.18.0"
fastapi = "^0.115.0"
httpx = "^0.28.0"
lxml = "^5.0.0"
lxml = "^6.0.0"
orjson = "^3.8.0"
psycopg2-binary = { version = "^2.9.1", optional = true }
pydantic = "^2.6.1"