diff --git a/Pipfile b/Pipfile index 6edce6c4..92183161 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ psycopg = "==3.2.12" [dev-packages] towncrier = "==25.8.0" -psycopg-binary = {version = "==3.2.12", markers="implementation_name == 'cpython'"} +psycopg-binary = {version = "==3.3.2", markers="implementation_name == 'cpython'"} pytest-cov = "==7.0.0" pytest-xdist = "==3.8.0" mock = "==5.2.0"