Skip to content

Commit 03ff4b8

Browse files
committed
chore(deps): update python dev dependencies
1 parent 6cb9d02 commit 03ff4b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ Faker = "37.11.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"
6363
pytest-asyncio = "1.2.0"
6464
pytest-cov = "7.0.0"
6565
ruff = "0.14.0"
66-
tox = "4.30.3"
66+
tox = "4.31.0"
6767

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

0 commit comments

Comments
 (0)