File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ filelock>=3.9.0;python_version>="3.7"
20
20
platformdirs >= 2.4.0 ;python_version < "3.7"
21
21
platformdirs >= 2.6.2 ;python_version >= "3.7"
22
22
pyparsing >= 3.0.7 ;python_version < "3.7"
23
+ zipp == 3.6.0 ;python_version < "3.7"
24
+ zipp >= 3.12.1 ;python_version >= "3.7"
23
25
six == 1.16.0
24
26
idna == 3.4
25
27
chardet == 4.0.0 ;python_version < "3.7"
@@ -67,7 +69,7 @@ pytest-rerunfailures==11.0;python_version>="3.7"
67
69
pytest-xdist == 2.5.0 ;python_version < "3.7"
68
70
pytest-xdist == 3.1.0 ;python_version >= "3.7"
69
71
parameterized == 0.8.1
70
- sbvirtualdisplay == 1.1.1
72
+ sbvirtualdisplay == 1.2.0
71
73
behave == 1.2.6
72
74
parse == 1.19.0
73
75
parse-type == 0.6.0
Original file line number Diff line number Diff line change 144
144
'platformdirs>=2.4.0;python_version<"3.7"' ,
145
145
'platformdirs>=2.6.2;python_version>="3.7"' ,
146
146
'pyparsing>=3.0.7;python_version<"3.7"' ,
147
+ 'zipp==3.6.0;python_version<"3.7"' ,
148
+ 'zipp>=3.12.1;python_version>="3.7"' ,
147
149
"six==1.16.0" ,
148
150
"idna==3.4" ,
149
151
'chardet==4.0.0;python_version<"3.7"' ,
191
193
'pytest-xdist==2.5.0;python_version<"3.7"' ,
192
194
'pytest-xdist==3.1.0;python_version>="3.7"' ,
193
195
"parameterized==0.8.1" ,
194
- "sbvirtualdisplay==1.1.1 " ,
196
+ "sbvirtualdisplay==1.2.0 " ,
195
197
"behave==1.2.6" ,
196
198
"parse==1.19.0" ,
197
199
"parse-type==0.6.0" ,
You can’t perform that action at this time.
0 commit comments