forked from Github-Mirrors/canaille
chore: set a minimum version for coverage
This commit is contained in:
parent
2195c686a6
commit
ce1ea3f6c3
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ repository = "https://gitlab.com/yaal/canaille"
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
dev = [
|
dev = [
|
||||||
"babel",
|
"babel",
|
||||||
"coverage[toml]",
|
"coverage[toml] >= 6.0.0",
|
||||||
"faker",
|
"faker",
|
||||||
"flask-webtest",
|
"flask-webtest",
|
||||||
# pre-commit version is fixed until docformatted hook is compatible
|
# pre-commit version is fixed until docformatted hook is compatible
|
||||||
|
|
Loading…
Reference in a new issue