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

chore: deps-dev-bump (#1533)

* bump dev dependencies

* fix/generate font sheets

* bump python deps to nuke cache
This commit is contained in:
Hayden 2022-08-08 17:58:10 -08:00 committed by GitHub
parent 34cd6eb687
commit 60ecba2f92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
49 changed files with 534 additions and 81 deletions

View file

@ -13,7 +13,7 @@ python = "^3.10"
aiofiles = "0.5.0"
aniso8601 = "7.0.0"
appdirs = "1.4.4"
fastapi = "^0.78.0"
fastapi = "^0.79.0"
uvicorn = {extras = ["standard"], version = "^0.13.0"}
SQLAlchemy = "^1.4.29"
alembic = "^1.7.5"
@ -30,7 +30,7 @@ passlib = "^1.7.4"
lxml = "^4.7.1"
Pillow = "^8.2.0"
apprise = "^0.9.6"
recipe-scrapers = "^14.3.1"
recipe-scrapers = "^14.11.0"
psycopg2-binary = {version = "^2.9.1", optional = true}
gunicorn = "^20.1.0"
emails = "^0.6"