Update the Python "rich" requirement to version "7.0.0"

This commit is contained in:
Michael Mintz 2020-09-18 16:54:52 -04:00
parent bd8deac4de
commit 1dbcd4b1d8
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ brython==3.8.10
pyotp==2.4.0
boto==2.49.0
cffi==1.14.2
rich==6.2.0;python_version>="3.6" and python_version<"4.0"
rich==7.0.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"
pyflakes==2.1.1;python_version<"3.5"

View File

@ -151,7 +151,7 @@ setup(
'pyotp==2.4.0',
'boto==2.49.0',
'cffi==1.14.2',
'rich==6.2.0;python_version>="3.6" and python_version<"4.0"',
'rich==7.0.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"',
'pyflakes==2.1.1;python_version<"3.5"',