Skip to content

Commit 62dfd2d

Browse files
committed
Rollback cffi
1 parent 4e507fa commit 62dfd2d

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
@@ -63,7 +63,7 @@ coverage==5.3
6363
brython==3.9.0
6464
pyotp==2.4.1
6565
boto==2.49.0
66-
cffi==1.14.4
66+
cffi==1.14.3
6767
toml==0.10.2
6868
rich==9.2.0;python_version>="3.6" and python_version<"4.0"
6969
zipp==1.2.0;python_version<"3.6"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
'brython==3.9.0',
168168
'pyotp==2.4.1',
169169
'boto==2.49.0',
170-
'cffi==1.14.4',
170+
'cffi==1.14.3',
171171
'toml==0.10.2',
172172
'rich==9.2.0;python_version>="3.6" and python_version<"4.0"',
173173
'zipp==1.2.0;python_version<"3.6"',

0 commit comments

Comments
 (0)