File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ unittest2
8
8
selenium == 3.141.0
9
9
requests == 2.21.0
10
10
urllib3 == 1.24.1
11
- pytest >= 4.2.1
11
+ pytest >= 4.3.0
12
12
pytest-cov >= 2.6.1
13
13
pytest-html >= 1.20.0
14
14
pytest-rerunfailures >= 6.0
@@ -18,6 +18,6 @@ beautifulsoup4>=4.6.0
18
18
colorama == 0.4.1
19
19
pyotp >= 2.2.7
20
20
boto >= 2.49.0
21
- flake8 == 3.7.5
21
+ flake8 == 3.7.6
22
22
PyVirtualDisplay == 0.2.1
23
23
-e .
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = 'seleniumbase' ,
20
- version = '1.19.7 ' ,
20
+ version = '1.19.8 ' ,
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.2.1 ' ,
64
+ 'pytest>=4.3.0 ' ,
65
65
'pytest-cov>=2.6.1' ,
66
66
'pytest-html>=1.20.0' ,
67
67
'pytest-rerunfailures>=6.0' ,
You can’t perform that action at this time.
0 commit comments