Skip to content

Commit 4466bad

Browse files
committed
Update dependencies
1 parent 5b5bf1c commit 4466bad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pytest-forked>=1.1.3
1919
pytest-html==1.22.0
2020
pytest-metadata>=1.8.0
2121
pytest-ordering>=0.6
22-
pytest-rerunfailures>=7.0
22+
pytest-rerunfailures>=8.0
2323
pytest-timeout>=1.3.3
2424
pytest-xdist>=1.30.0
2525
parameterized>=0.7.0
@@ -28,7 +28,7 @@ atomicwrites>=1.3.0
2828
portalocker>=1.5.2
2929
cryptography>=2.8
3030
asn1crypto>=1.2.0
31-
pyopenssl>=19.0.0
31+
pyopenssl>=19.1.0
3232
colorama>=0.4.1
3333
pymysql>=0.9.3
3434
pyotp>=2.3.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
'pytest-html==1.22.0', # Keep at 1.22.0 unless tested on Windows
103103
'pytest-metadata>=1.8.0',
104104
'pytest-ordering>=0.6',
105-
'pytest-rerunfailures>=7.0',
105+
'pytest-rerunfailures>=8.0',
106106
'pytest-timeout>=1.3.3',
107107
'pytest-xdist>=1.30.0',
108108
'parameterized>=0.7.0',
@@ -111,7 +111,7 @@
111111
'portalocker>=1.5.2',
112112
'cryptography>=2.8',
113113
'asn1crypto>=1.2.0',
114-
'pyopenssl>=19.0.0',
114+
'pyopenssl>=19.1.0',
115115
'colorama>=0.4.1',
116116
'pymysql>=0.9.3',
117117
'pyotp>=2.3.0',

0 commit comments

Comments
 (0)