File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ pytest-cov>=2.6.1
1313pytest-html >= 1.20.0
1414pytest-rerunfailures >= 6.0
1515pytest-xdist >= 1.26.1
16- parameterized == 0.6.3
16+ parameterized >= 0.7.0
1717beautifulsoup4 >= 4.6.0
1818colorama == 0.4.1
1919pyotp >= 2.2.7
Original file line number Diff line number Diff line change 1717
1818setup (
1919 name = 'seleniumbase' ,
20- version = '1.19.3 ' ,
20+ version = '1.19.4 ' ,
2121 description = 'Reliable Browser Automation & Testing Framework' ,
2222 long_description = long_description ,
2323 long_description_content_type = 'text/markdown' ,
6666 'pytest-html>=1.20.0' ,
6767 'pytest-rerunfailures>=6.0' ,
6868 'pytest-xdist>=1.26.1' ,
69- 'parameterized==0.6.3 ' ,
69+ 'parameterized>=0.7.0 ' ,
7070 'beautifulsoup4>=4.6.0' , # Keep at >=4.6.0 while using bs4
7171 'colorama==0.4.1' ,
7272 'pyotp>=2.2.7' ,
You can’t perform that action at this time.
0 commit comments