We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb9d02 commit 03ff4b8Copy full SHA for 03ff4b8
pyproject.toml
@@ -58,12 +58,12 @@ Faker = "37.11.0"
58
greenlet = "3.2.4"
59
httpx = "0.28.1"
60
mypy = { version = "1.18.2", extras = ["tests"] }
61
-psycopg2 = { version = "2.9.10", extras = ["binary"] }
+psycopg2 = { version = "2.9.11", extras = ["binary"] }
62
pytest = "8.4.2"
63
pytest-asyncio = "1.2.0"
64
pytest-cov = "7.0.0"
65
ruff = "0.14.0"
66
-tox = "4.30.3"
+tox = "4.31.0"
67
68
[tool.poetry.extras]
69
asyncpg = ["asyncpg"]
0 commit comments