Update Python dependencies

This commit is contained in:
Michael Mintz 2020-06-02 23:45:16 -04:00
parent d4054135e6
commit 839a5cf13b
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@ pip>=20.1.1
packaging>=20.4
setuptools>=44.1.0;python_version<"3.5"
setuptools>=47.1.1;python_version>="3.5"
setuptools-scm>=4.1.1
setuptools-scm>=4.1.2
wheel>=0.34.2
six==1.15.0
nose==1.3.7
@ -15,7 +15,7 @@ selenium==3.141.0
pluggy==0.13.1
attrs>=19.3.0
pytest==4.6.10;python_version<"3.5"
pytest==5.4.2;python_version>="3.5"
pytest==5.4.3;python_version>="3.5"
pytest-cov==2.9.0
pytest-forked==1.1.3
pytest-html==1.22.1;python_version<"3.6"
@ -41,7 +41,7 @@ coverage==5.1
pyotp==2.3.0
boto==2.49.0
cffi==1.14.0
rich==1.2.3;python_version>="3.6" and python_version<"4.0"
rich==1.3.1;python_version>="3.6" and python_version<"4.0"
flake8==3.7.9;python_version<"3.5"
flake8==3.8.2;python_version>="3.5"
pyflakes==2.1.1;python_version<"3.5"

View File

@ -106,7 +106,7 @@ setup(
'pluggy==0.13.1',
'attrs>=19.3.0',
'pytest==4.6.10;python_version<"3.5"',
'pytest==5.4.2;python_version>="3.5"',
'pytest==5.4.3;python_version>="3.5"',
'pytest-cov==2.9.0',
'pytest-forked==1.1.3',
'pytest-html==1.22.1;python_version<"3.6"',
@ -132,7 +132,7 @@ setup(
'pyotp==2.3.0',
'boto==2.49.0',
'cffi==1.14.0',
'rich==1.2.3;python_version>="3.6" and python_version<"4.0"',
'rich==1.3.1;python_version>="3.6" and python_version<"4.0"',
'flake8==3.7.9;python_version<"3.5"',
'flake8==3.8.2;python_version>="3.5"',
'pyflakes==2.1.1;python_version<"3.5"',