From a7a86e0ec9c9a97f0116f2fb643622a0f5ed1b30 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 15 Dec 2025 15:17:56 +0000 Subject: [PATCH] chore(deps): update python dev dependencies --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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"]