Update Python dependencies

This commit is contained in:
Michael Mintz 2020-03-17 23:42:55 -04:00
parent fcd1602665
commit 194434ccd4
2 changed files with 8 additions and 8 deletions

View File

@ -11,10 +11,10 @@ chardet==3.0.4
urllib3==1.25.8
requests==2.23.0
selenium==3.141.0
pluggy>=0.13.1
pluggy==0.13.1
attrs>=19.3.0
pytest==4.6.9;python_version<"3"
pytest==5.3.5;python_version>="3"
pytest==4.6.9;python_version<"3.5"
pytest==5.3.5;python_version>="3.5"
pytest-cov==2.8.1
pytest-forked==1.1.3
pytest-html==1.22.1;python_version<"3.6"
@ -36,7 +36,7 @@ packaging>=20.3
pygments==2.5.2;python_version<"3.5"
pygments==2.6.1;python_version>="3.5"
colorama==0.4.3
coverage==5.0.3
coverage==5.0.4
pymysql==0.9.3
pyotp==2.3.0
boto==2.49.0

View File

@ -93,10 +93,10 @@ setup(
'urllib3==1.25.8', # Must stay in sync with "requests"
'requests==2.23.0',
'selenium==3.141.0',
'pluggy>=0.13.1',
'pluggy==0.13.1',
'attrs>=19.3.0',
'pytest==4.6.9;python_version<"3"', # For Python 2 compatibility
'pytest==5.3.5;python_version>="3"',
'pytest==4.6.9;python_version<"3.5"', # For Python 2 compatibility
'pytest==5.3.5;python_version>="3.5"',
'pytest-cov==2.8.1',
'pytest-forked==1.1.3',
'pytest-html==1.22.1;python_version<"3.6"',
@ -118,7 +118,7 @@ setup(
'pygments==2.5.2;python_version<"3.5"',
'pygments==2.6.1;python_version>="3.5"',
'colorama==0.4.3',
'coverage==5.0.3',
'coverage==5.0.4',
'pymysql==0.9.3',
'pyotp==2.3.0',
'boto==2.49.0',