diff --git a/pyproject.toml b/pyproject.toml index 9598d315..87d57533 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,18 +52,18 @@ psycopg2 = { version = ">=2.8.6,<3", optional = true } sqlmodel = { version = ">=0.0.14,<0.0.28", optional = true } [tool.poetry.group.dev.dependencies] -alembic = "1.16.5" +alembic = "1.17.2" asgi_lifespan = "2.1.0" -Faker = "37.11.0" -greenlet = "3.2.4" +Faker = "37.12.0" +greenlet = "3.3.0" httpx = "0.28.1" -mypy = { version = "1.18.2", extras = ["tests"] } -psycopg2 = { version = "2.9.10", extras = ["binary"] } +mypy = { version = "1.19.1", extras = ["tests"] } +psycopg2 = { version = "2.9.11", extras = ["binary"] } pytest = "8.4.2" -pytest-asyncio = "1.2.0" +pytest-asyncio = "1.3.0" pytest-cov = "7.0.0" -ruff = "0.14.0" -tox = "4.30.3" +ruff = "0.14.9" +tox = "4.32.0" [tool.poetry.extras] asyncpg = ["asyncpg"]