File tree 2 files changed +9
-9
lines changed 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 6
6
ipdb
7
7
chardet
8
8
unittest2
9
- selenium == 3.14.1
9
+ selenium == 3.141.0
10
10
requests == 2.20.0
11
- urllib3 == 1.24
12
- pytest >= 3.9.3
11
+ urllib3 == 1.24.1
12
+ pytest >= 3.10.0
13
13
pytest-cov >= 2.6.0
14
14
pytest-html >= 1.19.0
15
15
pytest-rerunfailures >= 4.2
16
16
pytest-xdist >= 1.24.0
17
17
parameterized == 0.6.1
18
18
beautifulsoup4 >= 4.6.0
19
- pyotp >= 2.2.6
19
+ pyotp >= 2.2.7
20
20
boto >= 2.49.0
21
21
flake8 == 3.6.0
22
22
PyVirtualDisplay == 0.2.1
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = 'seleniumbase' ,
20
- version = '1.17.2 ' ,
20
+ version = '1.17.3 ' ,
21
21
description = 'All-in-One Test Automation Framework' ,
22
22
long_description = long_description ,
23
23
long_description_content_type = 'text/markdown' ,
58
58
'ipdb' ,
59
59
'chardet' ,
60
60
'unittest2' ,
61
- 'selenium==3.14.1 ' ,
61
+ 'selenium==3.141.0 ' ,
62
62
'requests==2.20.0' , # Changing this may effect "urllib3"
63
- 'urllib3==1.24' , # Keep this lib in sync with "requests"
64
- 'pytest>=3.9.3 ' ,
63
+ 'urllib3==1.24.1 ' , # Keep this lib in sync with "requests"
64
+ 'pytest>=3.10.0 ' ,
65
65
'pytest-cov>=2.6.0' ,
66
66
'pytest-html>=1.19.0' ,
67
67
'pytest-rerunfailures>=4.2' ,
68
68
'pytest-xdist>=1.24.0' ,
69
69
'parameterized==0.6.1' ,
70
70
'beautifulsoup4>=4.6.0' , # Keep at >=4.6.0 while using bs4
71
- 'pyotp>=2.2.6 ' ,
71
+ 'pyotp>=2.2.7 ' ,
72
72
'boto>=2.49.0' ,
73
73
'flake8==3.6.0' ,
74
74
'PyVirtualDisplay==0.2.1' ,
You can’t perform that action at this time.
0 commit comments