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 @@ -19,7 +19,7 @@ pytest-forked>=1.1.3
19
19
pytest-html == 1.22.0
20
20
pytest-metadata >= 1.8.0
21
21
pytest-ordering >= 0.6
22
- pytest-rerunfailures >= 7 .0
22
+ pytest-rerunfailures >= 8 .0
23
23
pytest-timeout >= 1.3.3
24
24
pytest-xdist >= 1.30.0
25
25
parameterized >= 0.7.0
@@ -28,7 +28,7 @@ atomicwrites>=1.3.0
28
28
portalocker >= 1.5.2
29
29
cryptography >= 2.8
30
30
asn1crypto >= 1.2.0
31
- pyopenssl >= 19.0 .0
31
+ pyopenssl >= 19.1 .0
32
32
colorama >= 0.4.1
33
33
pymysql >= 0.9.3
34
34
pyotp >= 2.3.0
Original file line number Diff line number Diff line change 102
102
'pytest-html==1.22.0' , # Keep at 1.22.0 unless tested on Windows
103
103
'pytest-metadata>=1.8.0' ,
104
104
'pytest-ordering>=0.6' ,
105
- 'pytest-rerunfailures>=7 .0' ,
105
+ 'pytest-rerunfailures>=8 .0' ,
106
106
'pytest-timeout>=1.3.3' ,
107
107
'pytest-xdist>=1.30.0' ,
108
108
'parameterized>=0.7.0' ,
111
111
'portalocker>=1.5.2' ,
112
112
'cryptography>=2.8' ,
113
113
'asn1crypto>=1.2.0' ,
114
- 'pyopenssl>=19.0 .0' ,
114
+ 'pyopenssl>=19.1 .0' ,
115
115
'colorama>=0.4.1' ,
116
116
'pymysql>=0.9.3' ,
117
117
'pyotp>=2.3.0' ,
You can’t perform that action at this time.
0 commit comments