mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-08 15:05:25 +02:00
chore: bump deps (#2513)
* bump dependencies * run code-generator * add direct dependency to text-unidecode * fix dev dependencies group
This commit is contained in:
parent
095edef95e
commit
c60c63852b
12 changed files with 223 additions and 206 deletions
|
@ -14,15 +14,15 @@ Pillow = "^9.2.0"
|
|||
PyYAML = "^6.0.1"
|
||||
SQLAlchemy = "^2"
|
||||
aiofiles = "^23.0.0"
|
||||
alembic = "^1.7.5"
|
||||
alembic = "^1.11.3"
|
||||
aniso8601 = "9.0.1"
|
||||
appdirs = "1.4.4"
|
||||
apprise = "^1.2.0"
|
||||
apprise = "^1.4.5"
|
||||
bcrypt = "^4.0.1"
|
||||
extruct = "^0.14.0"
|
||||
fastapi = "^0.95.0"
|
||||
gunicorn = "^20.1.0"
|
||||
httpx = "^0.23.1"
|
||||
httpx = "^0.24.1"
|
||||
lxml = "^4.7.1"
|
||||
orjson = "^3.8.0"
|
||||
passlib = "^1.7.4"
|
||||
|
@ -37,25 +37,26 @@ python-jose = "^3.3.0"
|
|||
python-ldap = "^3.3.1"
|
||||
python-multipart = "^0.0.6"
|
||||
python-slugify = "^8.0.0"
|
||||
recipe-scrapers = "^14.26.0"
|
||||
requests = "^2.25.1"
|
||||
recipe-scrapers = "^14.42.0"
|
||||
requests = "^2.31.0"
|
||||
tzdata = "^2022.7"
|
||||
uvicorn = {extras = ["standard"], version = "^0.21.0"}
|
||||
beautifulsoup4 = "^4.11.2"
|
||||
isodate = "^0.6.1"
|
||||
text-unidecode = "^1.3"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^23.1.0"
|
||||
black = "^23.7.0"
|
||||
coverage = "^7.0"
|
||||
coveragepy-lcov = "^0.1.1"
|
||||
mkdocs-material = "^9.0.0"
|
||||
mypy = "^1.0"
|
||||
pre-commit = "^3.0.4"
|
||||
mypy = "^1.5.1"
|
||||
pre-commit = "^3.3.3"
|
||||
pydantic-to-typescript = "^1.0.7"
|
||||
pylint = "^2.6.0"
|
||||
pytest = "^7.2.0"
|
||||
pytest-asyncio = "^0.21.0"
|
||||
rich = "^13.0.0"
|
||||
rich = "^13.5.2"
|
||||
ruff = "^0.0.265"
|
||||
types-PyYAML = "^6.0.4"
|
||||
types-python-dateutil = "^2.8.18"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue