File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ unittest2
8
8
selenium == 3.141.0
9
9
requests == 2.21.0
10
10
urllib3 == 1.24.1
11
- pytest >= 4.3.1
11
+ pytest >= 4.4.0
12
12
pytest-cov >= 2.6.1
13
13
pytest-html >= 1.20.0
14
- pytest-rerunfailures >= 6 .0
15
- pytest-xdist >= 1.26.1
14
+ pytest-rerunfailures >= 7 .0
15
+ pytest-xdist >= 1.27.0
16
16
parameterized >= 0.7.0
17
17
beautifulsoup4 >= 4.6.0
18
18
colorama == 0.4.1
Original file line number Diff line number Diff line change 61
61
'selenium==3.141.0' ,
62
62
'requests==2.21.0' , # Changing this may effect "urllib3"
63
63
'urllib3==1.24.1' , # Keep this lib in sync with "requests"
64
- 'pytest>=4.3.1 ' ,
64
+ 'pytest>=4.4.0 ' ,
65
65
'pytest-cov>=2.6.1' ,
66
66
'pytest-html>=1.20.0' ,
67
- 'pytest-rerunfailures>=6 .0' ,
68
- 'pytest-xdist>=1.26.1 ' ,
67
+ 'pytest-rerunfailures>=7 .0' ,
68
+ 'pytest-xdist>=1.27.0 ' ,
69
69
'parameterized>=0.7.0' ,
70
70
'beautifulsoup4>=4.6.0' , # Keep at >=4.6.0 while using bs4
71
71
'colorama==0.4.1' ,
You can’t perform that action at this time.
0 commit comments