From ce1ea3f6c31847a5a291dfa3f6e15b03f77b7068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Thu, 31 Oct 2024 18:55:12 +0100 Subject: [PATCH] chore: set a minimum version for coverage --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25f65173..92b8dcf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ repository = "https://gitlab.com/yaal/canaille" [dependency-groups] dev = [ "babel", - "coverage[toml]", + "coverage[toml] >= 6.0.0", "faker", "flask-webtest", # pre-commit version is fixed until docformatted hook is compatible