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 f2d16a6 commit 2373a77Copy full SHA for 2373a77
requirements.txt
@@ -58,7 +58,7 @@ coverage==5.3
58
brython==3.8.10
59
pyotp==2.4.0
60
boto==2.49.0
61
-cffi==1.14.2
+cffi==1.14.3
62
rich==7.0.0;python_version>="3.6" and python_version<"4.0"
63
flake8==3.7.9;python_version<"3.5"
64
flake8==3.8.3;python_version>="3.5"
setup.py
@@ -150,7 +150,7 @@
150
'brython==3.8.10',
151
'pyotp==2.4.0',
152
'boto==2.49.0',
153
- 'cffi==1.14.2',
+ 'cffi==1.14.3',
154
'rich==7.0.0;python_version>="3.6" and python_version<"4.0"',
155
'flake8==3.7.9;python_version<"3.5"',
156
'flake8==3.8.3;python_version>="3.5"',
0 commit comments