mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-06 14:05:21 +02:00
chore: bump aiofiles, dotenv, fastapi, pydantic, uvicorn (#1944)
* update aiofiles and dotenv * bump fastapi and pydantic * update testclient * bump ruff and uvicorn
This commit is contained in:
parent
28cdd485f3
commit
d9c39cc1d0
10 changed files with 345 additions and 188 deletions
|
@ -13,25 +13,25 @@ Jinja2 = "^3.1.2"
|
|||
Pillow = "^9.2.0"
|
||||
PyYAML = "^5.3.1"
|
||||
SQLAlchemy = "^1.4.29"
|
||||
aiofiles = "0.8.0"
|
||||
aiofiles = "^22.1.0"
|
||||
alembic = "^1.7.5"
|
||||
aniso8601 = "7.0.0"
|
||||
appdirs = "1.4.4"
|
||||
apprise = "^1.2.0"
|
||||
bcrypt = "^4.0.1"
|
||||
extruct = "^0.13.0"
|
||||
fastapi = "^0.85.1"
|
||||
fastapi = "^0.88.0"
|
||||
gunicorn = "^20.1.0"
|
||||
lxml = "^4.7.1"
|
||||
orjson = "^3.8.0"
|
||||
passlib = "^1.7.4"
|
||||
psycopg2-binary = {version = "^2.9.1", optional = true}
|
||||
pydantic = "^1.10.2"
|
||||
pydantic = "^1.10.4"
|
||||
pyhumps = "^3.5.3"
|
||||
pytesseract = "^0.3.9"
|
||||
python = "^3.10"
|
||||
python-dateutil = "^2.8.2"
|
||||
python-dotenv = "^0.15.0"
|
||||
python-dotenv = "^0.21.0"
|
||||
python-jose = "^3.3.0"
|
||||
python-ldap = "^3.3.1"
|
||||
python-multipart = "^0.0.5"
|
||||
|
@ -39,7 +39,8 @@ python-slugify = "^6.1.2"
|
|||
recipe-scrapers = "^14.24.0"
|
||||
requests = "^2.25.1"
|
||||
tzdata = "^2022.7"
|
||||
uvicorn = {extras = ["standard"], version = "^0.13.0"}
|
||||
uvicorn = {extras = ["standard"], version = "^0.20.0"}
|
||||
httpx = "^0.23.1"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^21.12b0"
|
||||
|
@ -53,7 +54,7 @@ pydantic-to-typescript = "^1.0.7"
|
|||
pylint = "^2.6.0"
|
||||
pytest = "^7.2.0"
|
||||
rich = "^12.0.0"
|
||||
ruff = "^0.0.200"
|
||||
ruff = "^0.0.202"
|
||||
types-PyYAML = "^6.0.4"
|
||||
types-python-dateutil = "^2.8.18"
|
||||
types-python-slugify = "^5.0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue