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
13
13
pytest-html >= 1.20.0
14
14
pytest-rerunfailures >= 6.0
15
15
pytest-xdist >= 1.26.0
16
- parameterized == 0.6.1
16
+ parameterized == 0.6.3
17
17
beautifulsoup4 >= 4.6.0
18
18
colorama == 0.4.1
19
19
pyotp >= 2.2.7
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = 'seleniumbase' ,
20
- version = '1.18.1 ' ,
20
+ version = '1.18.2 ' ,
21
21
description = 'Reliable Browser Automation & Testing Framework' ,
22
22
long_description = long_description ,
23
23
long_description_content_type = 'text/markdown' ,
66
66
'pytest-html>=1.20.0' ,
67
67
'pytest-rerunfailures>=6.0' ,
68
68
'pytest-xdist>=1.26.0' ,
69
- 'parameterized==0.6.1 ' ,
69
+ 'parameterized==0.6.3 ' ,
70
70
'beautifulsoup4>=4.6.0' , # Keep at >=4.6.0 while using bs4
71
71
'colorama==0.4.1' ,
72
72
'pyotp>=2.2.7' ,
You can’t perform that action at this time.
0 commit comments