Skip to content

Commit 241ebc3

Browse files
Update pytest-cov requirement from <6.4,>=4.1 to >=4.1,<7.1 (#88)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent be7e57d commit 241ebc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dev = [
3232
"mypy>=1.8,<1.18",
3333
"pyright~=1.1.347",
3434
"pytest>=8.0,<8.5",
35-
"pytest-cov>=4.1,<6.4",
35+
"pytest-cov>=4.1,<7.1",
3636
"ruff>=0.5.0,<0.13",
3737
"tzdata>=2023.4,<2026.0"
3838
]

0 commit comments

Comments
 (0)