Merge pull request #281 from rio-labs/dependabot/pip/pytest-cov-gte-5.0-and-lt-8.0

Update pytest-cov requirement from <7.0,>=5.0 to >=5.0,<8.0
This commit is contained in:
Aran-Fey
2025-09-15 20:47:51 +02:00
committed by GitHub

View File

@@ -104,7 +104,7 @@ dev = [
"polars>=0.20,<1.34",
"pre-commit>=3.1,<5.0",
"pyfakefs>=5.7.3,<6.0",
"pytest-cov>=5.0,<7.0",
"pytest-cov>=5.0,<8.0",
"pytest>=8.2.1,<9.0",
"ruff>=0.9.9,<0.13",
]