diff --git a/Pipfile b/Pipfile index b3b85c8c..d5a482f2 100644 --- a/Pipfile +++ b/Pipfile @@ -13,7 +13,7 @@ pytest-postgresql = {path = ".", editable = true} [dev-packages] towncrier = "==25.8.0" -psycopg-binary = {version = "==3.3.3", markers="implementation_name == 'cpython'"} +psycopg-binary = {version = "==3.3.4", markers="implementation_name == 'cpython'"} pytest-cov = "==7.1.0" pytest-xdist = "==3.8.0" mock = "==5.2.0"