diff --git a/pyproject.toml b/pyproject.toml index 54480331..9359e659 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,15 +14,15 @@ authors = [ ] dependencies = [ - "fastapi[standard]>=0.139.0", - "starlette>=1.3.1", + "fastapi[standard]>=0.141.1", + "starlette>=1.6.0", "pydantic[email]>=2.13.4", "pydantic-core>=2.46.4", - "pydantic-settings>=2.14.2", - "sqlalchemy[asyncio]>=2.0.51", - "alembic>=1.18.5", + "pydantic-settings>=2.15.0", + "sqlalchemy[asyncio]>=2.0.52", + "alembic>=1.19.1", "asyncpg>=0.31.0", - "typer>=0.26.8", + "typer>=0.27.1", "rich>=15.0.0", "httpx>=0.28.1", "argon2-cffi>=25.1.0", @@ -41,21 +41,21 @@ museflow = "museflow.infrastructure.entrypoints.cli.main:app" test = [ "pytest>=9.1.1", "pytest-cov>=7.1.0", - "pytest-env>=1.6.0", + "pytest-env>=1.7.0", "pytest-httpx>=0.36.2", "pytest-reverse>=1.9.0", "pytest-xdist[psutil]>=3.8.0", - "coverage[toml]>=7.15.1", + "coverage[toml]>=7.15.4", "polyfactory>=3.3.0", - "time-machine>=3.2.0", + "time-machine>=3.4.0", ] dev = [ - "pre-commit>=4.6.0", + "pre-commit>=4.6.2", "deptry>=0.25.1", - "ruff>=0.15.21", - "mypy>=2.3.0", - "types-pyyaml>=6.0.12.20260518", + "ruff>=0.16.4", + "mypy>=2.3.1", + "types-pyyaml>=6.0.12.20260815", # Note: pydantic[dotenv] is usually redundant if you have python-dotenv or pydantic-settings, # but kept here to match your original request. # "pydantic[dotenv]>=2.13.4",