Skip to content

Commit 1b2ab43

Browse files
committed
Update a Python dependency (cffi>=1.13.2)
1 parent 9bd74c5 commit 1b2ab43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ colorama>=0.4.1
3333
pymysql>=0.9.3
3434
pyotp>=2.3.0
3535
boto>=2.49.0
36-
cffi>=1.13.1
36+
cffi>=1.13.2
3737
tqdm>=4.37.0
3838
flake8>=3.7.9
3939
certifi>=2019.9.11

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
'pymysql>=0.9.3',
117117
'pyotp>=2.3.0',
118118
'boto>=2.49.0',
119-
'cffi>=1.13.1',
119+
'cffi>=1.13.2',
120120
'tqdm>=4.37.0',
121121
'flake8>=3.7.9',
122122
'certifi>=2019.9.11',

0 commit comments

Comments
 (0)