Skip to content

Commit 2f68b8c

Browse files
authored
Merge pull request #13 from trustyai-explainability/dependabot/pip/pytest-gte-7.4.2-and-lt-9
Update pytest requirement from <8,>=7.4.2 to >=7.4.2,<9
2 parents d81ea52 + 69306ce commit 2f68b8c

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

2323
[project.optional-dependencies]
2424
dev = [
25-
"pytest>=7.4.2,<8",
25+
"pytest>=7.4.2,<9",
2626
"isort>=5.12.0,<6",
2727
"flake8>=6.1.0,<7",
2828
"mypy>=1.5.1,<2",

0 commit comments

Comments
 (0)