Skip to content

Commit 41741ad

Browse files
Merge pull request #80 from GitBib/dependabot/pip/pytest-cov-gte-6.0.0-and-lt-8.0.0
pip updates: update pytest-cov requirement from <7.0.0,>=6.0.0 to >=6.0.0,<8.0.0
2 parents be8b9ff + 7094d77 commit 41741ad

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
@@ -37,7 +37,7 @@ dev = [
3737
"pre-commit<5.0.0,>=4.0.1",
3838
"Sphinx<9.0.0,>=8.1.3; python_version >= \"3.10\"",
3939
"pytest<9.0.0,>=8.3.4",
40-
"pytest-cov<7.0.0,>=6.0.0",
40+
"pytest-cov>=6.0.0,<8.0.0",
4141
"pytest-ruff<1.0.0,>=0.4.1",
4242
"pytest-mypy>=0.10.3,<2.0.0",
4343
"mypy<2.0.0,>=1.14.1",

0 commit comments

Comments
 (0)