Skip to content

Commit 2373a77

Browse files
committed
Update the "cffi" requirement to "v1.14.3"
1 parent f2d16a6 commit 2373a77

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
@@ -58,7 +58,7 @@ coverage==5.3
5858
brython==3.8.10
5959
pyotp==2.4.0
6060
boto==2.49.0
61-
cffi==1.14.2
61+
cffi==1.14.3
6262
rich==7.0.0;python_version>="3.6" and python_version<"4.0"
6363
flake8==3.7.9;python_version<"3.5"
6464
flake8==3.8.3;python_version>="3.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
'brython==3.8.10',
151151
'pyotp==2.4.0',
152152
'boto==2.49.0',
153-
'cffi==1.14.2',
153+
'cffi==1.14.3',
154154
'rich==7.0.0;python_version>="3.6" and python_version<"4.0"',
155155
'flake8==3.7.9;python_version<"3.5"',
156156
'flake8==3.8.3;python_version>="3.5"',

0 commit comments

Comments
 (0)