File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 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
6060pytest-ordering == 0.6
6161pytest-rerunfailures == 14.0 ;python_version < "3.9"
6262pytest-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"
6465parameterized == 0.9.0
6566behave == 1.2.6
6667soupsieve == 2.7
Original file line number Diff line number Diff line change 211211 "pytest-ordering==0.6" ,
212212 'pytest-rerunfailures==14.0;python_version<"3.9"' ,
213213 '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"' ,
215216 'parameterized==0.9.0' ,
216217 "behave==1.2.6" ,
217218 'soupsieve==2.7' ,
268269 'pdfminer.six==20250324;python_version<"3.9"' ,
269270 'pdfminer.six==20250506;python_version>="3.9"' ,
270271 '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"' ,
272273 'cffi==1.17.1' ,
273274 "pycparser==2.22" ,
274275 ],
You can’t perform that action at this time.
0 commit comments