Skip to content

Commit 7c25d4a

Browse files
committed
Update development dependencies and pytest configuration
- Bump development dependency versions to latest minor/patch releases - Adjust pytest benchmark configuration order - Minor refinements to pyproject.toml configuration
1 parent 065a34b commit 7c25d4a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

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

2727
[dependency-groups]
2828
dev = [
29-
"pytest-benchmark>=5.1",
30-
"pytest-clarity>=1",
31-
"pytest-cov>=6.0",
32-
"pytest-randomly>=3.16",
29+
"pytest-benchmark>=5.1.0",
30+
"pytest-clarity>=1.0.1",
31+
"pytest-cov>=6.0.0",
32+
"pytest-randomly>=3.16.0",
3333
"pytest-skip-slow>=0.0.5",
34-
"scipy>=1.15",
34+
"scipy>=1.15.2",
3535
]
3636

3737
[tool.pytest.ini_options]
3838
markers = ["app: mark test as app"]
3939
addopts = [
40-
"--benchmark-skip",
4140
"--benchmark-columns=min,mean,max",
41+
"--benchmark-skip",
4242
"--cov-report=lcov:lcov.info",
4343
"--cov=xlviews",
4444
"--doctest-modules",

0 commit comments

Comments
 (0)