Commit 290a7cf9 authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

Merge branch 'renovate/pytest-cov-7.x' into 'main'

chore(deps): update dependency pytest-cov to v7

See merge request to-be-continuous/tools/gitlab-cp!81
parents 68142ea4 9967c55c
Loading
Loading
Loading
Loading
Loading
+112 −70

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ gitlab-cp = "gitlab_cp.sync:run"
[tool.poetry.group.dev.dependencies]
# new development dependencies can be added with 'poetry add -D yyy'
pytest = "^8.0.0"
pytest-cov = "^6.0.0"
pytest-cov = "^7.0.0"
pytest-env = "^1.0.0"
mypy = "^1.0.0"
ruff = "^0.11.0"