Skip to content

Commit be7e57d

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

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.3",
35+
"pytest-cov>=4.1,<6.4",
3636
"ruff>=0.5.0,<0.13",
3737
"tzdata>=2023.4,<2026.0"
3838
]

0 commit comments

Comments
 (0)