Update a Python dependency

This commit is contained in:
Michael Mintz 2020-07-27 01:04:33 -04:00
parent de96fab9b8
commit 274c2ac6c4
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ coverage==5.2.1
brython>=3.8.9
pyotp==2.3.0
boto==2.49.0
cffi==1.14.0
cffi==1.14.1
rich==4.1.0;python_version>="3.6" and python_version<"4.0"
flake8==3.7.9;python_version<"3.5"
flake8==3.8.3;python_version>="3.5"

View File

@ -135,7 +135,7 @@ setup(
'brython>=3.8.9',
'pyotp==2.3.0',
'boto==2.49.0',
'cffi==1.14.0',
'cffi==1.14.1',
'rich==4.1.0;python_version>="3.6" and python_version<"4.0"',
'flake8==3.7.9;python_version<"3.5"',
'flake8==3.8.3;python_version>="3.5"',