1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 13:35:23 +02:00

chore: bump fastapi and recipes-scrapers (#2765)

This commit is contained in:
Hayden 2023-11-27 11:13:48 -06:00 committed by GitHub
parent 1f35a23bfa
commit c9852daf0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 36 deletions

View file

@ -20,7 +20,7 @@ appdirs = "1.4.4"
apprise = "^1.4.5"
bcrypt = "^4.0.1"
extruct = "^0.14.0"
fastapi = "^0.103.2"
fastapi = "^0.104.1"
gunicorn = "^20.1.0"
httpx = "^0.24.1"
lxml = "^4.7.1"
@ -37,7 +37,7 @@ python-jose = "^3.3.0"
python-ldap = "^3.3.1"
python-multipart = "^0.0.6"
python-slugify = "^8.0.0"
recipe-scrapers = "14.51.0"
recipe-scrapers = "^14.52.0"
requests = "^2.31.0"
tzdata = "^2022.7"
uvicorn = { extras = ["standard"], version = "^0.21.0" }