File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ pytest-html==2.0.1;python_version>="3.6"
21
21
pytest-metadata >= 1.8.0
22
22
pytest-ordering >= 0.6
23
23
pytest-rerunfailures >= 8.0
24
- pytest-timeout >= 1.3.3
24
+ pytest-timeout >= 1.3.4
25
25
pytest-xdist >= 1.31.0
26
26
parameterized >= 0.7.1
27
27
soupsieve == 1.9.5
@@ -31,9 +31,10 @@ portalocker==1.5.2
31
31
cryptography == 2.8
32
32
asn1crypto == 1.3.0
33
33
pyopenssl == 19.1.0
34
+ packaging >= 20.0
34
35
pygments == 2.5.2
35
36
colorama == 0.4.3
36
- coverage >= 5.0.1
37
+ coverage >= 5.0.2
37
38
pymysql == 0.9.3
38
39
pyotp == 2.3.0
39
40
boto == 2.49.0
Original file line number Diff line number Diff line change 104
104
'pytest-metadata>=1.8.0' ,
105
105
'pytest-ordering>=0.6' ,
106
106
'pytest-rerunfailures>=8.0' ,
107
- 'pytest-timeout>=1.3.3 ' ,
107
+ 'pytest-timeout>=1.3.4 ' ,
108
108
'pytest-xdist>=1.31.0' ,
109
109
'parameterized>=0.7.1' ,
110
110
'soupsieve==1.9.5' ,
114
114
'cryptography==2.8' ,
115
115
'asn1crypto==1.3.0' ,
116
116
'pyopenssl==19.1.0' ,
117
+ 'packaging>=20.0' ,
117
118
'pygments>=2.5.2' ,
118
119
'colorama==0.4.3' ,
119
- 'coverage>=5.0.1 ' ,
120
+ 'coverage>=5.0.2 ' ,
120
121
'pymysql==0.9.3' ,
121
122
'pyotp==2.3.0' ,
122
123
'boto==2.49.0' ,
You can’t perform that action at this time.
0 commit comments