diff --git a/pyproject.toml b/pyproject.toml index 5448033..2e274c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [ ] dependencies = [ - "fastapi[standard]>=0.139.0", + "fastapi[standard]>=0.140.1", "starlette>=1.3.1", "pydantic[email]>=2.13.4", "pydantic-core>=2.46.4", @@ -22,7 +22,7 @@ dependencies = [ "sqlalchemy[asyncio]>=2.0.51", "alembic>=1.18.5", "asyncpg>=0.31.0", - "typer>=0.26.8", + "typer>=0.27.0", "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.2", "polyfactory>=3.3.0", "time-machine>=3.2.0", ] dev = [ - "pre-commit>=4.6.0", + "pre-commit>=4.6.1", "deptry>=0.25.1", - "ruff>=0.15.21", + "ruff>=0.16.0", "mypy>=2.3.0", - "types-pyyaml>=6.0.12.20260518", + "types-pyyaml>=6.0.12.20260724", # 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",