fix(deps): replace coveragepy with coverage ^7.0 🐛
All checks were successful
create-release / build (push) Successful in 11s
CI / release (release) Successful in 28s

This commit is contained in:
2026-06-16 09:59:25 +12:00
parent 59c0bbde0c
commit bb56c9a9de
2 changed files with 112 additions and 285 deletions

View File

@@ -17,6 +17,6 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry.group.dev.dependencies]
pytest = "^8.3.5"
coveragepy = "^1.6.0"
coverage = "^7.0"
setuptools = "^80.7.1"