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 @@ -8,7 +8,7 @@ unittest2
88selenium == 3.141.0
99requests == 2.21.0
1010urllib3 == 1.24.1
11- pytest >= 4.2.1
11+ pytest >= 4.3.0
1212pytest-cov >= 2.6.1
1313pytest-html >= 1.20.0
1414pytest-rerunfailures >= 6.0
@@ -18,6 +18,6 @@ beautifulsoup4>=4.6.0
1818colorama == 0.4.1
1919pyotp >= 2.2.7
2020boto >= 2.49.0
21- flake8 == 3.7.5
21+ flake8 == 3.7.6
2222PyVirtualDisplay == 0.2.1
2323-e .
Original file line number Diff line number Diff line change 1717
1818setup (
1919 name = 'seleniumbase' ,
20- version = '1.19.7 ' ,
20+ version = '1.19.8 ' ,
2121 description = 'Reliable Browser Automation & Testing Framework' ,
2222 long_description = long_description ,
2323 long_description_content_type = 'text/markdown' ,
6161 'selenium==3.141.0' ,
6262 'requests==2.21.0' , # Changing this may effect "urllib3"
6363 'urllib3==1.24.1' , # Keep this lib in sync with "requests"
64- 'pytest>=4.2.1 ' ,
64+ 'pytest>=4.3.0 ' ,
6565 'pytest-cov>=2.6.1' ,
6666 'pytest-html>=1.20.0' ,
6767 'pytest-rerunfailures>=6.0' ,
You can’t perform that action at this time.
0 commit comments