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"
2020platformdirs >= 2.4.0 ;python_version < "3.7"
2121platformdirs >= 2.6.2 ;python_version >= "3.7"
2222pyparsing >= 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"
2325six == 1.16.0
2426idna == 3.4
2527chardet == 4.0.0 ;python_version < "3.7"
@@ -67,7 +69,7 @@ pytest-rerunfailures==11.0;python_version>="3.7"
6769pytest-xdist == 2.5.0 ;python_version < "3.7"
6870pytest-xdist == 3.1.0 ;python_version >= "3.7"
6971parameterized == 0.8.1
70- sbvirtualdisplay == 1.1.1
72+ sbvirtualdisplay == 1.2.0
7173behave == 1.2.6
7274parse == 1.19.0
7375parse-type == 0.6.0
Original file line number Diff line number Diff line change 144144 'platformdirs>=2.4.0;python_version<"3.7"' ,
145145 'platformdirs>=2.6.2;python_version>="3.7"' ,
146146 '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"' ,
147149 "six==1.16.0" ,
148150 "idna==3.4" ,
149151 'chardet==4.0.0;python_version<"3.7"' ,
191193 'pytest-xdist==2.5.0;python_version<"3.7"' ,
192194 'pytest-xdist==3.1.0;python_version>="3.7"' ,
193195 "parameterized==0.8.1" ,
194- "sbvirtualdisplay==1.1.1 " ,
196+ "sbvirtualdisplay==1.2.0 " ,
195197 "behave==1.2.6" ,
196198 "parse==1.19.0" ,
197199 "parse-type==0.6.0" ,
You can’t perform that action at this time.
0 commit comments