Skip to content

Commit 85738e0

Browse files
committed
chore(deps): update python dev dependencies
1 parent dfad4aa commit 85738e0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 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.17.2"
5656
asgi_lifespan = "2.1.0"
57-
Faker = "37.11.0"
57+
Faker = "37.12.0"
5858
greenlet = "3.2.4"
5959
httpx = "0.28.1"
6060
mypy = { version = "1.18.2", extras = ["tests"] }
61-
psycopg2 = { version = "2.9.10", extras = ["binary"] }
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.6"
66+
tox = "4.32.0"
6767

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

0 commit comments

Comments
 (0)