We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71eabd5 commit 3eaa1a0Copy full SHA for 3eaa1a0
3 files changed
plugins/examples/nemocheck/pyproject.toml
@@ -63,13 +63,12 @@ Changelog = "https://github.com/IBM/mcp-context-forge/blob/main/CHANGELOG.md"
63
[project.optional-dependencies]
64
dev = [
65
"black>=26.3.1",
66
- "pytest>=8.4.1",
+ "pytest>=9.0.3",
67
"pytest-asyncio>=1.1.0",
68
"pytest-cov>=7.1.0",
69
"pytest-dotenv>=0.5.2",
70
"pytest-env>=1.1.5",
71
"pytest-examples>=0.0.18",
72
- "pytest-md-report>=0.7.0",
73
"pytest-rerunfailures>=15.1",
74
"pytest-trio>=0.8.0",
75
"pytest-xdist>=3.8.0",
@@ -98,7 +97,7 @@ nemocheck = [
98
97
99
[dependency-groups]
100
101
- "pytest>=8.4.2",
102
"pytest-asyncio>=1.3.0",
103
"pytest-cov>=7.0.0",
104
"ruff>=0.14.14",
0 commit comments