diff --git a/Pipfile b/Pipfile index 523990c8..964812bc 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ psycopg = "==3.2.9" [dev-packages] towncrier = "==25.8.0" -psycopg-binary = {version = "==3.2.9", markers="implementation_name == 'cpython'"} +psycopg-binary = {version = "==3.2.10", markers="implementation_name == 'cpython'"} pytest-cov = "==6.3.0" pytest-xdist = "==3.8.0" mock = "==5.2.0"