diff --git a/pyproject.toml b/pyproject.toml index 5448033..c83c734 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [ ] dependencies = [ - "fastapi[standard]>=0.139.0", + "fastapi[standard]>=0.139.2", "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", @@ -45,7 +45,7 @@ test = [ "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", ] @@ -53,7 +53,7 @@ test = [ dev = [ "pre-commit>=4.6.0", "deptry>=0.25.1", - "ruff>=0.15.21", + "ruff>=0.15.22", "mypy>=2.3.0", "types-pyyaml>=6.0.12.20260518", # Note: pydantic[dotenv] is usually redundant if you have python-dotenv or pydantic-settings,