backend: bump deps (#1671)

This commit is contained in:
Hayden 2022-09-25 16:01:25 -08:00 committed by GitHub
parent d3da551dae
commit 1d204e9f48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 472 additions and 165 deletions

631
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@ python = "^3.10"
aiofiles = "0.5.0" aiofiles = "0.5.0"
aniso8601 = "7.0.0" aniso8601 = "7.0.0"
appdirs = "1.4.4" appdirs = "1.4.4"
fastapi = "^0.79.0" fastapi = "^0.85.0"
uvicorn = {extras = ["standard"], version = "^0.13.0"} uvicorn = {extras = ["standard"], version = "^0.13.0"}
SQLAlchemy = "^1.4.29" SQLAlchemy = "^1.4.29"
alembic = "^1.7.5" alembic = "^1.7.5"
@ -28,9 +28,9 @@ bcrypt = "^3.2.0"
python-jose = "^3.3.0" python-jose = "^3.3.0"
passlib = "^1.7.4" passlib = "^1.7.4"
lxml = "^4.7.1" lxml = "^4.7.1"
Pillow = "^8.2.0" Pillow = "^9.2.0"
apprise = "^0.9.6" apprise = "^0.9.6"
recipe-scrapers = "^14.13.0" recipe-scrapers = "^14.14.0"
psycopg2-binary = {version = "^2.9.1", optional = true} psycopg2-binary = {version = "^2.9.1", optional = true}
gunicorn = "^20.1.0" gunicorn = "^20.1.0"
emails = "^0.6" emails = "^0.6"