File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ pip>=20.0.2
2
2
setuptools >= 44.0.0 ;python_version < "3"
3
3
setuptools >= 45.1.0 ;python_version >= "3"
4
4
setuptools-scm >= 3.4.3
5
- wheel >= 0.34.1
5
+ wheel >= 0.34.2
6
6
six == 1.14.0
7
7
nose == 1.3.7
8
8
ipdb == 0.12.3
@@ -14,7 +14,7 @@ selenium==3.141.0
14
14
pluggy >= 0.13.1
15
15
attrs >= 19.3.0
16
16
pytest >= 4.6.9 ;python_version < "3"
17
- pytest >= 5.3.4 ;python_version >= "3"
17
+ pytest >= 5.3.5 ;python_version >= "3"
18
18
pytest-cov >= 2.8.1
19
19
pytest-forked >= 1.1.3
20
20
pytest-html == 1.22.1 ;python_version < "3.6"
Original file line number Diff line number Diff line change 96
96
'pluggy>=0.13.1' ,
97
97
'attrs>=19.3.0' ,
98
98
'pytest>=4.6.9;python_version<"3"' , # For Python 2 compatibility
99
- 'pytest>=5.3.4 ;python_version>="3"' ,
99
+ 'pytest>=5.3.5 ;python_version>="3"' ,
100
100
'pytest-cov>=2.8.1' ,
101
101
'pytest-forked>=1.1.3' ,
102
102
'pytest-html==1.22.1;python_version<"3.6"' ,
You can’t perform that action at this time.
0 commit comments