File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 66ipdb
77chardet
88unittest2
9- selenium == 3.14.1
9+ selenium == 3.141.0
1010requests == 2.20.0
11- urllib3 == 1.24
12- pytest >= 3.9.3
11+ urllib3 == 1.24.1
12+ pytest >= 3.10.0
1313pytest-cov >= 2.6.0
1414pytest-html >= 1.19.0
1515pytest-rerunfailures >= 4.2
1616pytest-xdist >= 1.24.0
1717parameterized == 0.6.1
1818beautifulsoup4 >= 4.6.0
19- pyotp >= 2.2.6
19+ pyotp >= 2.2.7
2020boto >= 2.49.0
2121flake8 == 3.6.0
2222PyVirtualDisplay == 0.2.1
Original file line number Diff line number Diff line change 1717
1818setup (
1919 name = 'seleniumbase' ,
20- version = '1.17.2 ' ,
20+ version = '1.17.3 ' ,
2121 description = 'All-in-One Test Automation Framework' ,
2222 long_description = long_description ,
2323 long_description_content_type = 'text/markdown' ,
5858 'ipdb' ,
5959 'chardet' ,
6060 'unittest2' ,
61- 'selenium==3.14.1 ' ,
61+ 'selenium==3.141.0 ' ,
6262 'requests==2.20.0' , # Changing this may effect "urllib3"
63- 'urllib3==1.24' , # Keep this lib in sync with "requests"
64- 'pytest>=3.9.3 ' ,
63+ 'urllib3==1.24.1 ' , # Keep this lib in sync with "requests"
64+ 'pytest>=3.10.0 ' ,
6565 'pytest-cov>=2.6.0' ,
6666 'pytest-html>=1.19.0' ,
6767 'pytest-rerunfailures>=4.2' ,
6868 'pytest-xdist>=1.24.0' ,
6969 'parameterized==0.6.1' ,
7070 'beautifulsoup4>=4.6.0' , # Keep at >=4.6.0 while using bs4
71- 'pyotp>=2.2.6 ' ,
71+ 'pyotp>=2.2.7 ' ,
7272 'boto>=2.49.0' ,
7373 'flake8==3.6.0' ,
7474 'PyVirtualDisplay==0.2.1' ,
You can’t perform that action at this time.
0 commit comments