diff --git a/Pipfile b/Pipfile index 62d415b1..4207275c 100644 --- a/Pipfile +++ b/Pipfile @@ -14,7 +14,7 @@ pytest-postgresql = {path = ".", editable = true} [dev-packages] towncrier = "==25.8.0" psycopg-binary = {version = "==3.3.4", markers="implementation_name == 'cpython'"} -coverage = ">=7.14.0" +coverage = ">=7.14.1" pytest-xdist = "==3.8.0" mock = "==5.2.0" mypy = {version = "==2.1.0", markers="implementation_name == 'cpython'"}