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
67
67
pytest-rerunfailures == 10.3 ;python_version < "3.7"
68
68
pytest-rerunfailures == 11.0 ;python_version >= "3.7"
69
69
pytest-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"
71
71
parameterized == 0.8.1
72
72
sbvirtualdisplay == 1.2.0
73
73
behave == 1.2.6
74
- parse == 1.19.0
75
- parse-type == 0.6.0
76
74
soupsieve == 2.3.2.post1
77
75
beautifulsoup4 == 4.11.2
78
76
cryptography == 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"
80
78
pygments == 2.14.0
81
79
pyreadline3 == 3.4.1 ;platform_system == "Windows"
82
80
tabcompleter == 1.1.0
Original file line number Diff line number Diff line change 191
191
'pytest-rerunfailures==10.3;python_version<"3.7"' ,
192
192
'pytest-rerunfailures==11.0;python_version>="3.7"' ,
193
193
'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"' ,
195
195
"parameterized==0.8.1" ,
196
196
"sbvirtualdisplay==1.2.0" ,
197
197
"behave==1.2.6" ,
198
- "parse==1.19.0" ,
199
- "parse-type==0.6.0" ,
200
198
"soupsieve==2.3.2.post1" ,
201
199
"beautifulsoup4==4.11.2" ,
202
200
'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"' ,
204
202
"pygments==2.14.0" ,
205
203
'pyreadline3==3.4.1;platform_system=="Windows"' ,
206
204
"tabcompleter==1.1.0" ,
You can’t perform that action at this time.
0 commit comments