Skip to content

Commit d76bf1b

Browse files
committed
Update development dependencies in pyproject.toml for improved compatibility
1 parent 7224db3 commit d76bf1b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ Issues = "https://github.com/daizutabi/xlviews/issues"
2626

2727
[dependency-groups]
2828
dev = [
29-
"pytest-benchmark>=5.1.0",
29+
"pytest>=9.0.1",
30+
"pytest-benchmark>=5.2.3",
3031
"pytest-clarity>=1.0.1",
31-
"pytest-cov>=6.0.0",
32-
"pytest-randomly>=3.16.0",
32+
"pytest-cov>=7.0.0",
33+
"pytest-randomly>=4.0.1",
3334
"pytest-skip-slow>=0.0.5",
34-
"scipy>=1.15.2",
35+
"scipy>=1.16.3",
3536
]
3637

3738
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)