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

fix(deps): update dependency httpx to ^0.27.0 (#3207)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-21 11:24:56 -06:00 committed by GitHub
parent 8b88f6892c
commit 1f8d7c0b21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -22,7 +22,7 @@ bcrypt = "^4.0.1"
extruct = "^0.16.0"
fastapi = "^0.109.0"
gunicorn = "^21.0.0"
httpx = "^0.26.0"
httpx = "^0.27.0"
lxml = "^5.0.0"
orjson = "^3.8.0"
psycopg2-binary = { version = "^2.9.1", optional = true }