Skip to content

Commit 8f15632

Browse files
committed
Update versions of Python dependencies
1 parent ea63de8 commit 8f15632

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip>=19.3.1
2-
setuptools>=42.0.1
2+
setuptools>=42.0.2
33
setuptools-scm>=3.3.3
44
wheel>=0.33.6
55
six>=1.13.0
@@ -30,12 +30,13 @@ portalocker>=1.5.2
3030
cryptography>=2.8
3131
asn1crypto>=1.2.0
3232
pyopenssl>=19.1.0
33+
pygments>=2.5.2
3334
colorama>=0.4.1
3435
pymysql>=0.9.3
3536
pyotp>=2.3.0
3637
boto>=2.49.0
3738
cffi>=1.13.2
38-
tqdm>=4.39.0
39+
tqdm>=4.40.0
3940
flake8>=3.7.9
40-
certifi>=2019.9.11
41+
certifi>=2019.11.28
4142
pdfminer.six==20191110

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,15 @@
113113
'cryptography>=2.8',
114114
'asn1crypto>=1.2.0',
115115
'pyopenssl>=19.1.0',
116+
'pygments>=2.5.2',
116117
'colorama>=0.4.1',
117118
'pymysql>=0.9.3',
118119
'pyotp>=2.3.0',
119120
'boto>=2.49.0',
120121
'cffi>=1.13.2',
121-
'tqdm>=4.39.0',
122+
'tqdm>=4.40.0',
122123
'flake8>=3.7.9',
123-
'certifi>=2019.9.11',
124+
'certifi>=2019.11.28',
124125
'pdfminer.six==20191110',
125126
],
126127
packages=[

0 commit comments

Comments
 (0)