Skip to content

Commit 274c2ac

Browse files
committed
Update a Python dependency
1 parent de96fab commit 274c2ac

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
@@ -43,7 +43,7 @@ coverage==5.2.1
4343
brython>=3.8.9
4444
pyotp==2.3.0
4545
boto==2.49.0
46-
cffi==1.14.0
46+
cffi==1.14.1
4747
rich==4.1.0;python_version>="3.6" and python_version<"4.0"
4848
flake8==3.7.9;python_version<"3.5"
4949
flake8==3.8.3;python_version>="3.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
'brython>=3.8.9',
136136
'pyotp==2.3.0',
137137
'boto==2.49.0',
138-
'cffi==1.14.0',
138+
'cffi==1.14.1',
139139
'rich==4.1.0;python_version>="3.6" and python_version<"4.0"',
140140
'flake8==3.7.9;python_version<"3.5"',
141141
'flake8==3.8.3;python_version>="3.5"',

0 commit comments

Comments
 (0)