File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-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.0
11
+ pytest >= 4.2.1
12
12
pytest-cov >= 2.6.1
13
13
pytest-html >= 1.20.0
14
14
pytest-rerunfailures >= 6.0
@@ -18,7 +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
- more-itertools >= 5.0.0 ,< 6.0.0
22
21
flake8 == 3.7.5
23
22
PyVirtualDisplay == 0.2.1
24
23
-e .
Original file line number Diff line number Diff line change 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.0 ' ,
64
+ 'pytest>=4.2.1 ' ,
65
65
'pytest-cov>=2.6.1' ,
66
66
'pytest-html>=1.20.0' ,
67
67
'pytest-rerunfailures>=6.0' ,
71
71
'colorama==0.4.1' ,
72
72
'pyotp>=2.2.7' ,
73
73
'boto>=2.49.0' ,
74
- 'more-itertools>=5.0.0,<6.0.0' , # Keep this for Python 2 compatibility
75
74
'flake8>=3.6.0,<3.8.0' ,
76
75
'PyVirtualDisplay==0.2.1' ,
77
76
],
You can’t perform that action at this time.
0 commit comments