Skip to content

Commit 8a42fc1

Browse files
Update pytest-cov requirement from ==5.0.* to ==6.0.* (#36)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <[email protected]>
1 parent 8ae6ba2 commit 8a42fc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
pytest ==8.3.*
2-
pytest-cov ==5.0.*
2+
pytest-cov ==5.0.*; python_version < '3.9'
3+
pytest-cov ==6.0.*; python_version >= '3.9'
34

45
twine ==6.0.*

0 commit comments

Comments
 (0)