diff --git a/pyproject.toml b/pyproject.toml index 5fe84c7..5abefbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,13 +16,13 @@ authors = [ dependencies = [ "fastapi[standard]>=0.136.1", "starlette>=1.0.0", - "pydantic[email]>=2.13.3", - "pydantic-core>=2.46.3", - "pydantic-settings>=2.14.0", + "pydantic[email]>=2.13.4", + "pydantic-core>=2.46.4", + "pydantic-settings>=2.14.1", "sqlalchemy[asyncio]>=2.0.49", "alembic>=1.18.4", "asyncpg>=0.31.0", - "typer>=0.25.0", + "typer>=0.25.1", "rich>=15.0.0", "httpx>=0.28.1", "argon2-cffi>=25.1.0", @@ -44,7 +44,7 @@ test = [ "pytest-httpx>=0.36.2", "pytest-reverse>=1.9.0", "pytest-xdist[psutil]>=3.8.0", - "coverage[toml]>=7.13.5", + "coverage[toml]>=7.14.0", "polyfactory>=3.3.0", "time-machine>=3.2.0", "wiremock>=2.7.0", @@ -54,10 +54,10 @@ dev = [ "pre-commit>=4.6.0", "deptry>=0.25.1", "ruff>=0.15.12", - "mypy>=1.20.2", + "mypy>=2.1.0", # 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.3", + # "pydantic[dotenv]>=2.13.4", ] [tool.hatch.build.targets.wheel]