Skip to content

Commit 2970ac1

Browse files
authored
Merge pull request #23 from caikit/dependabot/pip/pytest-gte-6.2.5-and-lt-9.0
build(deps): Update pytest requirement from <8.0,>=6.2.5 to >=6.2.5,<9.0
2 parents 5f1a965 + de8c9c1 commit 2970ac1

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
@@ -22,7 +22,7 @@ dependencies = [
2222
dev-test = [
2323
"pytest-cov>=2.10.1,<5.0",
2424
"pytest-html>=3.1.1,<5.0",
25-
"pytest>=6.2.5,<8.0",
25+
"pytest>=6.2.5,<9.0",
2626
"wheel>=0.38.4",
2727
]
2828

0 commit comments

Comments
 (0)