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

fix(deps): update dependency gunicorn to v22 (#3479)
Some checks are pending
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Frontend and End-to-End Tests (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Notify Discord (push) Blocked by required conditions

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-16 23:07:01 -05:00 committed by GitHub
parent 46f1ad7941
commit faf716cb7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 7 deletions

View file

@ -21,7 +21,7 @@ apprise = "^1.4.5"
bcrypt = "^4.0.1"
extruct = "^0.16.0"
fastapi = "^0.110.0"
gunicorn = "^21.0.0"
gunicorn = "^22.0.0"
httpx = "^0.27.0"
lxml = "^5.0.0"
orjson = "^3.8.0"