Update a Python dependency (rich==3.0.2)

This commit is contained in:
Michael Mintz 2020-07-02 23:50:06 -04:00
parent 6bfc053384
commit 156ae9ca13
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ coverage==5.1
pyotp==2.3.0
boto==2.49.0
cffi==1.14.0
rich==3.0.1;python_version>="3.6" and python_version<"4.0"
rich==3.0.2;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"
pyflakes==2.1.1;python_version<"3.5"

View File

@ -134,7 +134,7 @@ setup(
'pyotp==2.3.0',
'boto==2.49.0',
'cffi==1.14.0',
'rich==3.0.1;python_version>="3.6" and python_version<"4.0"',
'rich==3.0.2;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"',
'pyflakes==2.1.1;python_version<"3.5"',