Skip to content

Commit 677f736

Browse files
committed
Update Python dependencies
1 parent e050bfd commit 677f736

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip>=19.3.1
2-
setuptools>=44.0.0
2+
setuptools>=45.0.0
33
setuptools-scm>=3.3.3
44
wheel>=0.33.6
55
six==1.13.0
@@ -34,7 +34,7 @@ pyopenssl==19.1.0
3434
packaging>=20.0
3535
pygments==2.5.2
3636
colorama==0.4.3
37-
coverage>=5.0.2
37+
coverage>=5.0.3
3838
pymysql==0.9.3
3939
pyotp==2.3.0
4040
boto==2.49.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
'packaging>=20.0',
118118
'pygments>=2.5.2',
119119
'colorama==0.4.3',
120-
'coverage>=5.0.2',
120+
'coverage>=5.0.3',
121121
'pymysql==0.9.3',
122122
'pyotp==2.3.0',
123123
'boto==2.49.0',

0 commit comments

Comments
 (0)