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"
21
21
platformdirs >= 2.4.0 ;python_version < "3.7"
22
22
platformdirs >= 3.8.0 ;python_version >= "3.7"
23
23
parse >= 1.19.1
24
- parse-type >= 0.6.1
24
+ parse-type >= 0.6.2
25
25
pyparsing >= 3.0.7 ;python_version < "3.7"
26
26
pyparsing >= 3.1.0 ;python_version >= "3.7"
27
27
zipp == 3.6.0 ;python_version < "3.7"
@@ -71,7 +71,7 @@ pytest-metadata==1.11.0;python_version<"3.7"
71
71
pytest-metadata == 3.0.0 ;python_version >= "3.7"
72
72
pytest-ordering == 0.6
73
73
pytest-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"
75
75
pytest-xdist == 2.5.0 ;python_version < "3.7"
76
76
pytest-xdist == 3.3.1 ;python_version >= "3.7"
77
77
parameterized == 0.8.1 ;python_version < "3.7"
Original file line number Diff line number Diff line change 147
147
'platformdirs>=2.4.0;python_version<"3.7"' ,
148
148
'platformdirs>=3.8.0;python_version>="3.7"' ,
149
149
'parse>=1.19.1' ,
150
- 'parse-type>=0.6.1 ' ,
150
+ 'parse-type>=0.6.2 ' ,
151
151
'pyparsing>=3.0.7;python_version<"3.7"' ,
152
152
'pyparsing>=3.1.0;python_version>="3.7"' ,
153
153
'zipp==3.6.0;python_version<"3.7"' ,
197
197
'pytest-metadata==3.0.0;python_version>="3.7"' ,
198
198
"pytest-ordering==0.6" ,
199
199
'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"' ,
201
201
'pytest-xdist==2.5.0;python_version<"3.7"' ,
202
202
'pytest-xdist==3.3.1;python_version>="3.7"' ,
203
203
'parameterized==0.8.1;python_version<"3.7"' ,
You can’t perform that action at this time.
0 commit comments