We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51aba31 commit 457a56aCopy full SHA for 457a56a
1 file changed
pyproject.toml
@@ -174,7 +174,7 @@ extra-dependencies = [
174
"pandas-stubs == 2.1.4.231227",
175
"types-olefile",
176
# For pytest types
177
- "pytest >= 7.4.0",
+ "pytest >= 8.4.1",
178
# For check graph generation
179
"networkx-stubs",
180
]
@@ -207,9 +207,10 @@ extra-dependencies = [
207
"coverage[toml] >= 6.5",
208
"deepdiff >= 6.5.0",
209
"more-itertools >= 10.1.0",
210
211
- "pytest-xdist >= 3.6.1",
212
- "types-olefile"
+ "pluggy >= 1.6.0",
+ "pytest-xdist >= 3.8.0",
213
+ "types-olefile",
214
215
216
[tool.hatch.envs.test.scripts]
0 commit comments