Skip to content

Commit 5ecfb28

Browse files
committed
Update a few Python package dependencies
1 parent af1ca96 commit 5ecfb28

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pytest-html==2.0.1;python_version>="3.6"
2121
pytest-metadata>=1.8.0
2222
pytest-ordering>=0.6
2323
pytest-rerunfailures>=8.0
24-
pytest-timeout>=1.3.3
24+
pytest-timeout>=1.3.4
2525
pytest-xdist>=1.31.0
2626
parameterized>=0.7.1
2727
soupsieve==1.9.5
@@ -31,9 +31,10 @@ portalocker==1.5.2
3131
cryptography==2.8
3232
asn1crypto==1.3.0
3333
pyopenssl==19.1.0
34+
packaging>=20.0
3435
pygments==2.5.2
3536
colorama==0.4.3
36-
coverage>=5.0.1
37+
coverage>=5.0.2
3738
pymysql==0.9.3
3839
pyotp==2.3.0
3940
boto==2.49.0

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
'pytest-metadata>=1.8.0',
105105
'pytest-ordering>=0.6',
106106
'pytest-rerunfailures>=8.0',
107-
'pytest-timeout>=1.3.3',
107+
'pytest-timeout>=1.3.4',
108108
'pytest-xdist>=1.31.0',
109109
'parameterized>=0.7.1',
110110
'soupsieve==1.9.5',
@@ -114,9 +114,10 @@
114114
'cryptography==2.8',
115115
'asn1crypto==1.3.0',
116116
'pyopenssl==19.1.0',
117+
'packaging>=20.0',
117118
'pygments>=2.5.2',
118119
'colorama==0.4.3',
119-
'coverage>=5.0.1',
120+
'coverage>=5.0.2',
120121
'pymysql==0.9.3',
121122
'pyotp==2.3.0',
122123
'boto==2.49.0',

0 commit comments

Comments
 (0)