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 @@ -9,11 +9,11 @@ unittest2
9
9
selenium == 3.14.1
10
10
requests == 2.20.0
11
11
urllib3 == 1.24
12
- pytest >= 3.9.2
12
+ pytest >= 3.9.3
13
13
pytest-cov >= 2.6.0
14
14
pytest-html >= 1.19.0
15
15
pytest-rerunfailures >= 4.2
16
- pytest-xdist >= 1.23.2
16
+ pytest-xdist >= 1.24.0
17
17
parameterized == 0.6.1
18
18
beautifulsoup4 >= 4.6.0
19
19
pyotp >= 2.2.6
Original file line number Diff line number Diff line change 61
61
'selenium==3.14.1' ,
62
62
'requests==2.20.0' , # Changing this may effect "urllib3"
63
63
'urllib3==1.24' , # Keep this lib in sync with "requests"
64
- 'pytest>=3.9.2 ' ,
64
+ 'pytest>=3.9.3 ' ,
65
65
'pytest-cov>=2.6.0' ,
66
66
'pytest-html>=1.19.0' ,
67
67
'pytest-rerunfailures>=4.2' ,
68
- 'pytest-xdist>=1.23.2 ' ,
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
71
'pyotp>=2.2.6' ,
You can’t perform that action at this time.
0 commit comments