File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 66chardet
77unittest2
88selenium == 3.141.0
9- requests == 2.20.1
9+ requests == 2.21.0
1010urllib3 == 1.24.1
11- pytest >= 4.0.2
12- pytest-cov >= 2.6.0
11+ pytest >= 4.1.0
12+ pytest-cov >= 2.6.1
1313pytest-html >= 1.19.0
1414pytest-rerunfailures >= 5.0
1515pytest-xdist >= 1.25.0
Original file line number Diff line number Diff line change 1717
1818setup (
1919 name = 'seleniumbase' ,
20- version = '1.17.18 ' ,
20+ version = '1.17.19 ' ,
2121 description = 'Reliable Browser Automation & Testing Framework' ,
2222 long_description = long_description ,
2323 long_description_content_type = 'text/markdown' ,
5959 'chardet' ,
6060 'unittest2' ,
6161 'selenium==3.141.0' ,
62- 'requests==2.20.1 ' , # Changing this may effect "urllib3"
62+ 'requests==2.21.0 ' , # Changing this may effect "urllib3"
6363 'urllib3==1.24.1' , # Keep this lib in sync with "requests"
64- 'pytest>=4.0.2 ' ,
65- 'pytest-cov>=2.6.0 ' ,
64+ 'pytest>=4.1.0 ' ,
65+ 'pytest-cov>=2.6.1 ' ,
6666 'pytest-html>=1.19.0' ,
6767 'pytest-rerunfailures>=5.0' ,
6868 'pytest-xdist>=1.25.0' ,
You can’t perform that action at this time.
0 commit comments