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 6
6
chardet
7
7
unittest2
8
8
selenium == 3.141.0
9
- requests == 2.20.1
9
+ requests == 2.21.0
10
10
urllib3 == 1.24.1
11
- pytest >= 4.0.2
12
- pytest-cov >= 2.6.0
11
+ pytest >= 4.1.0
12
+ pytest-cov >= 2.6.1
13
13
pytest-html >= 1.19.0
14
14
pytest-rerunfailures >= 5.0
15
15
pytest-xdist >= 1.25.0
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = 'seleniumbase' ,
20
- version = '1.17.18 ' ,
20
+ version = '1.17.19 ' ,
21
21
description = 'Reliable Browser Automation & Testing Framework' ,
22
22
long_description = long_description ,
23
23
long_description_content_type = 'text/markdown' ,
59
59
'chardet' ,
60
60
'unittest2' ,
61
61
'selenium==3.141.0' ,
62
- 'requests==2.20.1 ' , # Changing this may effect "urllib3"
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.0.2 ' ,
65
- 'pytest-cov>=2.6.0 ' ,
64
+ 'pytest>=4.1.0 ' ,
65
+ 'pytest-cov>=2.6.1 ' ,
66
66
'pytest-html>=1.19.0' ,
67
67
'pytest-rerunfailures>=5.0' ,
68
68
'pytest-xdist>=1.25.0' ,
You can’t perform that action at this time.
0 commit comments