Merge pull request #271 from seleniumbase/update-parameterized-version

Update parameterized version
This commit is contained in:
Michael Mintz 2019-01-26 02:10:14 -05:00 committed by GitHub
commit 003d941944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ pytest-cov>=2.6.1
pytest-html>=1.20.0
pytest-rerunfailures>=6.0
pytest-xdist>=1.26.0
parameterized==0.6.1
parameterized==0.6.3
beautifulsoup4>=4.6.0
colorama==0.4.1
pyotp>=2.2.7

View File

@ -17,7 +17,7 @@ except IOError:
setup(
name='seleniumbase',
version='1.18.1',
version='1.18.2',
description='Reliable Browser Automation & Testing Framework',
long_description=long_description,
long_description_content_type='text/markdown',
@ -66,7 +66,7 @@ setup(
'pytest-html>=1.20.0',
'pytest-rerunfailures>=6.0',
'pytest-xdist>=1.26.0',
'parameterized==0.6.1',
'parameterized==0.6.3',
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using bs4
'colorama==0.4.1',
'pyotp>=2.2.7',