File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 22ipython
33setuptools
44selenium == 3.14.1
5- pytest >= 3.8.1
5+ pytest >= 3.8.2
66pytest-cov >= 2.6.0
77pytest-html >= 1.19.0
88pytest-rerunfailures >= 4.1
9- pytest-xdist >= 1.23.0
9+ pytest-xdist >= 1.23.2
1010parameterized == 0.6.1
1111six >= 1.11.0
1212pyotp >= 2.2.6
1313requests >= 2.19.1
14- beautifulsoup4 = =4.6.3
15- unittest2 = =1.1.0
14+ beautifulsoup4 > =4.6.3
15+ unittest2 > =1.1.0
1616chardet >= 3.0.4
17- urllib3 = =1.23
18- boto == 2.48 .0
17+ urllib3 > =1.23
18+ boto >= 2.49 .0
1919nose == 1.3.7
2020ipdb == 0.11
2121flake8 == 3.5.0
Original file line number Diff line number Diff line change 5454 'ipython' ,
5555 'setuptools' ,
5656 'selenium==3.14.1' ,
57- 'pytest>=3.8.1 ' ,
57+ 'pytest>=3.8.2 ' ,
5858 'pytest-cov>=2.6.0' ,
5959 'pytest-html>=1.19.0' ,
6060 'pytest-rerunfailures>=4.1' ,
61- 'pytest-xdist>=1.23.0 ' ,
61+ 'pytest-xdist>=1.23.2 ' ,
6262 'parameterized==0.6.1' ,
6363 'six>=1.11.0' ,
6464 'pyotp>=2.2.6' ,
6565 'requests>=2.19.1' ,
66- 'beautifulsoup4= =4.6.3' ,
67- 'unittest2= =1.1.0' ,
66+ 'beautifulsoup4> =4.6.3' ,
67+ 'unittest2> =1.1.0' ,
6868 'chardet>=3.0.4' ,
69- 'urllib3= =1.23' ,
70- 'boto==2.48 .0' ,
69+ 'urllib3> =1.23' ,
70+ 'boto>=2.49 .0' ,
7171 'nose==1.3.7' ,
7272 'ipdb==0.11' ,
7373 'flake8==3.5.0' ,
You can’t perform that action at this time.
0 commit comments