Skip to content

Commit 457a56a

Browse files
Upgrade requirements
1 parent 51aba31 commit 457a56a

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ extra-dependencies = [
174174
"pandas-stubs == 2.1.4.231227",
175175
"types-olefile",
176176
# For pytest types
177-
"pytest >= 7.4.0",
177+
"pytest >= 8.4.1",
178178
# For check graph generation
179179
"networkx-stubs",
180180
]
@@ -207,9 +207,10 @@ extra-dependencies = [
207207
"coverage[toml] >= 6.5",
208208
"deepdiff >= 6.5.0",
209209
"more-itertools >= 10.1.0",
210-
"pytest >= 7.4.0",
211-
"pytest-xdist >= 3.6.1",
212-
"types-olefile"
210+
"pluggy >= 1.6.0",
211+
"pytest >= 8.4.1",
212+
"pytest-xdist >= 3.8.0",
213+
"types-olefile",
213214
]
214215

215216
[tool.hatch.envs.test.scripts]

0 commit comments

Comments
 (0)