Skip to content

Commit 2160bab

Browse files
committed
chore(deps): update python dev dependencies
1 parent 0fac910 commit 2160bab

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,18 @@ psycopg2 = { version = ">=2.8.6,<3", optional = true }
5252
sqlmodel = { version = ">=0.0.14,<0.0.28", optional = true }
5353

5454
[tool.poetry.group.dev.dependencies]
55-
alembic = "1.16.5"
55+
alembic = "1.18.1"
5656
asgi_lifespan = "2.1.0"
57-
Faker = "37.11.0"
58-
greenlet = "3.2.4"
57+
Faker = "37.12.0"
58+
greenlet = "3.3.0"
5959
httpx = "0.28.1"
60-
mypy = { version = "1.18.2", extras = ["tests"] }
61-
psycopg2 = { version = "2.9.10", extras = ["binary"] }
60+
mypy = { version = "1.19.1", extras = ["tests"] }
61+
psycopg2 = { version = "2.9.11", extras = ["binary"] }
6262
pytest = "8.4.2"
63-
pytest-asyncio = "1.2.0"
63+
pytest-asyncio = "1.3.0"
6464
pytest-cov = "7.0.0"
65-
ruff = "0.14.0"
66-
tox = "4.30.3"
65+
ruff = "0.14.13"
66+
tox = "4.34.1"
6767

6868
[tool.poetry.extras]
6969
asyncpg = ["asyncpg"]

0 commit comments

Comments
 (0)