File tree 2 files changed +5
-3
lines changed 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,8 @@ pytest-metadata==3.1.1
60
60
pytest-ordering == 0.6
61
61
pytest-rerunfailures == 14.0 ;python_version < "3.9"
62
62
pytest-rerunfailures == 15.1 ;python_version >= "3.9"
63
- pytest-xdist == 3.6.1
63
+ pytest-xdist == 3.6.1 ;python_version < "3.9"
64
+ pytest-xdist == 3.7.0 ;python_version >= "3.9"
64
65
parameterized == 0.9.0
65
66
behave == 1.2.6
66
67
soupsieve == 2.7
Original file line number Diff line number Diff line change 211
211
"pytest-ordering==0.6" ,
212
212
'pytest-rerunfailures==14.0;python_version<"3.9"' ,
213
213
'pytest-rerunfailures==15.1;python_version>="3.9"' ,
214
- 'pytest-xdist==3.6.1' ,
214
+ 'pytest-xdist==3.6.1;python_version<"3.9"' ,
215
+ 'pytest-xdist==3.7.0;python_version>="3.9"' ,
215
216
'parameterized==0.9.0' ,
216
217
"behave==1.2.6" ,
217
218
'soupsieve==2.7' ,
268
269
'pdfminer.six==20250324;python_version<"3.9"' ,
269
270
'pdfminer.six==20250506;python_version>="3.9"' ,
270
271
'cryptography==39.0.2;python_version<"3.9"' ,
271
- 'cryptography==45.0.2 ;python_version>="3.9"' ,
272
+ 'cryptography==45.0.3 ;python_version>="3.9"' ,
272
273
'cffi==1.17.1' ,
273
274
"pycparser==2.22" ,
274
275
],
You can’t perform that action at this time.
0 commit comments