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 @@ -8,11 +8,11 @@ unittest2
8
8
selenium == 3.141.0
9
9
requests == 2.21.0
10
10
urllib3 == 1.24.1
11
- pytest >= 4.1.0
11
+ pytest >= 4.1.1
12
12
pytest-cov >= 2.6.1
13
13
pytest-html >= 1.19.0
14
- pytest-rerunfailures >= 5 .0
15
- pytest-xdist >= 1.25 .0
14
+ pytest-rerunfailures >= 6 .0
15
+ pytest-xdist >= 1.26 .0
16
16
parameterized == 0.6.1
17
17
beautifulsoup4 >= 4.6.0
18
18
colorama == 0.4.1
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = 'seleniumbase' ,
20
- version = '1.17.21 ' ,
20
+ version = '1.17.22 ' ,
21
21
description = 'Reliable Browser Automation & Testing Framework' ,
22
22
long_description = long_description ,
23
23
long_description_content_type = 'text/markdown' ,
61
61
'selenium==3.141.0' ,
62
62
'requests==2.21.0' , # Changing this may effect "urllib3"
63
63
'urllib3==1.24.1' , # Keep this lib in sync with "requests"
64
- 'pytest>=4.1.0 ' ,
64
+ 'pytest>=4.1.1 ' ,
65
65
'pytest-cov>=2.6.1' ,
66
66
'pytest-html>=1.19.0' ,
67
- 'pytest-rerunfailures>=5 .0' ,
68
- 'pytest-xdist>=1.25 .0' ,
67
+ 'pytest-rerunfailures>=6 .0' ,
68
+ 'pytest-xdist>=1.26 .0' ,
69
69
'parameterized==0.6.1' ,
70
70
'beautifulsoup4>=4.6.0' , # Keep at >=4.6.0 while using bs4
71
71
'colorama==0.4.1' ,
You can’t perform that action at this time.
0 commit comments