File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -67,16 +67,14 @@ pytest-ordering==0.6
6767pytest-rerunfailures == 10.3 ;python_version < "3.7"
6868pytest-rerunfailures == 11.0 ;python_version >= "3.7"
6969pytest-xdist == 2.5.0 ;python_version < "3.7"
70- pytest-xdist == 3.1 .0 ;python_version >= "3.7"
70+ pytest-xdist == 3.2 .0 ;python_version >= "3.7"
7171parameterized == 0.8.1
7272sbvirtualdisplay == 1.2.0
7373behave == 1.2.6
74- parse == 1.19.0
75- parse-type == 0.6.0
7674soupsieve == 2.3.2.post1
7775beautifulsoup4 == 4.11.2
7876cryptography == 36.0.2 ;python_version < "3.7"
79- cryptography == 39.0.0 ;python_version >= "3.7"
77+ cryptography == 39.0.1 ;python_version >= "3.7"
8078pygments == 2.14.0
8179pyreadline3 == 3.4.1 ;platform_system == "Windows"
8280tabcompleter == 1.1.0
Original file line number Diff line number Diff line change 191191 'pytest-rerunfailures==10.3;python_version<"3.7"' ,
192192 'pytest-rerunfailures==11.0;python_version>="3.7"' ,
193193 'pytest-xdist==2.5.0;python_version<"3.7"' ,
194- 'pytest-xdist==3.1 .0;python_version>="3.7"' ,
194+ 'pytest-xdist==3.2 .0;python_version>="3.7"' ,
195195 "parameterized==0.8.1" ,
196196 "sbvirtualdisplay==1.2.0" ,
197197 "behave==1.2.6" ,
198- "parse==1.19.0" ,
199- "parse-type==0.6.0" ,
200198 "soupsieve==2.3.2.post1" ,
201199 "beautifulsoup4==4.11.2" ,
202200 'cryptography==36.0.2;python_version<"3.7"' ,
203- 'cryptography==39.0.0 ;python_version>="3.7"' ,
201+ 'cryptography==39.0.1 ;python_version>="3.7"' ,
204202 "pygments==2.14.0" ,
205203 'pyreadline3==3.4.1;platform_system=="Windows"' ,
206204 "tabcompleter==1.1.0" ,
You can’t perform that action at this time.
0 commit comments