File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
ipython
3
3
setuptools
4
4
selenium == 3.14.1
5
- pytest >= 3.8.2
5
+ pytest >= 3.9.1
6
6
pytest-cov >= 2.6.0
7
7
pytest-html >= 1.19.0
8
8
pytest-rerunfailures >= 4.2
Original file line number Diff line number Diff line change 54
54
'ipython' ,
55
55
'setuptools' ,
56
56
'selenium==3.14.1' ,
57
- 'pytest>=3.8.2 ' ,
57
+ 'pytest>=3.9.1 ' ,
58
58
'pytest-cov>=2.6.0' ,
59
59
'pytest-html>=1.19.0' ,
60
60
'pytest-rerunfailures>=4.2' ,
61
61
'pytest-xdist>=1.23.2' ,
62
62
'parameterized==0.6.1' ,
63
- 'beautifulsoup4>=4.6.0' ,
63
+ 'beautifulsoup4>=4.6.0' , # Keep at >=4.6.0 while using bs4
64
64
'six>=1.11.0' ,
65
65
'pyotp>=2.2.6' ,
66
66
'requests>=2.19.1' ,
67
67
'unittest2>=1.1.0' ,
68
68
'chardet>=3.0.4' ,
69
69
'urllib3>=1.23' ,
70
70
'boto>=2.49.0' ,
71
- 'nose==1.3.7' ,
71
+ 'nose==1.3.7' , # Keep at ==1.3.7
72
72
'ipdb==0.11' ,
73
73
'flake8==3.5.0' ,
74
74
'PyVirtualDisplay==0.2.1' ,
You can’t perform that action at this time.
0 commit comments