File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ py==1.8.1;python_version<"3.5"
60
60
py == 1.11.0 ;python_version >= "3.5"
61
61
pytest == 4.6.11 ;python_version < "3.5"
62
62
pytest == 6.1.2 ;python_version >= "3.5" and python_version<"3.6"
63
- pytest == 6.2.5 ;python_version >= "3.6"
63
+ pytest == 7.0.0 ;python_version >= "3.6"
64
64
pytest-forked == 1.3.0 ;python_version < "3.6"
65
65
pytest-forked == 1.4.0 ;python_version >= "3.6"
66
66
pytest-html == 1.22.1 ;python_version < "3.6"
Original file line number Diff line number Diff line change 185
185
'py==1.11.0;python_version>="3.5"' ,
186
186
'pytest==4.6.11;python_version<"3.5"' ,
187
187
'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"' ,
188
- 'pytest==6.2.5 ;python_version>="3.6"' ,
188
+ 'pytest==7.0.0 ;python_version>="3.6"' ,
189
189
'pytest-forked==1.3.0;python_version<"3.6"' ,
190
190
'pytest-forked==1.4.0;python_version>="3.6"' ,
191
191
'pytest-html==1.22.1;python_version<"3.6"' ,
You can’t perform that action at this time.
0 commit comments