Refresh optional dependencies

This commit is contained in:
Michael Mintz 2022-12-21 17:30:46 -05:00
parent d4a803e407
commit 3a2ea65810
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ rich==12.6.0;python_version>="3.6" and python_version<"4.0"
coverage==5.5;python_version<"3.6"
coverage==6.2;python_version>="3.6" and python_version<"3.7"
coverage==6.5.0;python_version>="3.7"
coverage==7.0.0;python_version>="3.7"
pytest-cov==2.12.1;python_version<"3.6"
pytest-cov==4.0.0;python_version>="3.6"
flake8==3.7.9;python_version<"3.6"

View File

@ -249,7 +249,7 @@ setup(
"coverage": [
'coverage==5.5;python_version<"3.6"',
'coverage==6.2;python_version>="3.6" and python_version<"3.7"',
'coverage==6.5.0;python_version>="3.7"',
'coverage==7.0.0;python_version>="3.7"',
'pytest-cov==2.12.1;python_version<"3.6"',
'pytest-cov==4.0.0;python_version>="3.6"',
],