Skip to content

Commit 5fd1f25

Browse files
authored
Merge pull request #54 from caikit/dependabot/pip/pytest-cov-gte-2.10.1-and-lt-8.0
build(deps): Update pytest-cov requirement from <7.0,>=2.10.1 to >=2.10.1,<8.0
2 parents faa85aa + f72a71a commit 5fd1f25

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
@@ -20,7 +20,7 @@ dependencies = [
2020
## Runtime Extra Sets ##
2121

2222
dev-test = [
23-
"pytest-cov>=2.10.1,<7.0",
23+
"pytest-cov>=2.10.1,<8.0",
2424
"pytest-html>=3.1.1,<5.0",
2525
"pytest>=6.2.5,<9.0",
2626
"wheel>=0.38.4",

0 commit comments

Comments
 (0)