File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ filelock>=3.12.2;python_version>="3.7"
2121platformdirs >= 2.4.0 ;python_version < "3.7"
2222platformdirs >= 3.8.0 ;python_version >= "3.7"
2323parse >= 1.19.1
24- parse-type >= 0.6.1
24+ parse-type >= 0.6.2
2525pyparsing >= 3.0.7 ;python_version < "3.7"
2626pyparsing >= 3.1.0 ;python_version >= "3.7"
2727zipp == 3.6.0 ;python_version < "3.7"
@@ -71,7 +71,7 @@ pytest-metadata==1.11.0;python_version<"3.7"
7171pytest-metadata == 3.0.0 ;python_version >= "3.7"
7272pytest-ordering == 0.6
7373pytest-rerunfailures == 10.3 ;python_version < "3.7"
74- pytest-rerunfailures == 11.1.2 ;python_version >= "3.7"
74+ pytest-rerunfailures == 12.0 ;python_version >= "3.7"
7575pytest-xdist == 2.5.0 ;python_version < "3.7"
7676pytest-xdist == 3.3.1 ;python_version >= "3.7"
7777parameterized == 0.8.1 ;python_version < "3.7"
Original file line number Diff line number Diff line change 147147 'platformdirs>=2.4.0;python_version<"3.7"' ,
148148 'platformdirs>=3.8.0;python_version>="3.7"' ,
149149 'parse>=1.19.1' ,
150- 'parse-type>=0.6.1 ' ,
150+ 'parse-type>=0.6.2 ' ,
151151 'pyparsing>=3.0.7;python_version<"3.7"' ,
152152 'pyparsing>=3.1.0;python_version>="3.7"' ,
153153 'zipp==3.6.0;python_version<"3.7"' ,
197197 'pytest-metadata==3.0.0;python_version>="3.7"' ,
198198 "pytest-ordering==0.6" ,
199199 'pytest-rerunfailures==10.3;python_version<"3.7"' ,
200- 'pytest-rerunfailures==11.1.2 ;python_version>="3.7"' ,
200+ 'pytest-rerunfailures==12.0 ;python_version>="3.7"' ,
201201 'pytest-xdist==2.5.0;python_version<"3.7"' ,
202202 'pytest-xdist==3.3.1;python_version>="3.7"' ,
203203 'parameterized==0.8.1;python_version<"3.7"' ,
You can’t perform that action at this time.
0 commit comments