We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de96fab commit 274c2acCopy full SHA for 274c2ac
requirements.txt
@@ -43,7 +43,7 @@ coverage==5.2.1
43
brython>=3.8.9
44
pyotp==2.3.0
45
boto==2.49.0
46
-cffi==1.14.0
+cffi==1.14.1
47
rich==4.1.0;python_version>="3.6" and python_version<"4.0"
48
flake8==3.7.9;python_version<"3.5"
49
flake8==3.8.3;python_version>="3.5"
setup.py
@@ -135,7 +135,7 @@
135
'brython>=3.8.9',
136
'pyotp==2.3.0',
137
'boto==2.49.0',
138
- 'cffi==1.14.0',
+ 'cffi==1.14.1',
139
'rich==4.1.0;python_version>="3.6" and python_version<"4.0"',
140
'flake8==3.7.9;python_version<"3.5"',
141
'flake8==3.8.3;python_version>="3.5"',
0 commit comments