Skip to content

Commit 003d941

Browse files
authored
Merge pull request #271 from seleniumbase/update-parameterized-version
Update parameterized version
2 parents d022733 + 438255b commit 003d941

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pytest-cov>=2.6.1
1313
pytest-html>=1.20.0
1414
pytest-rerunfailures>=6.0
1515
pytest-xdist>=1.26.0
16-
parameterized==0.6.1
16+
parameterized==0.6.3
1717
beautifulsoup4>=4.6.0
1818
colorama==0.4.1
1919
pyotp>=2.2.7

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='seleniumbase',
20-
version='1.18.1',
20+
version='1.18.2',
2121
description='Reliable Browser Automation & Testing Framework',
2222
long_description=long_description,
2323
long_description_content_type='text/markdown',
@@ -66,7 +66,7 @@
6666
'pytest-html>=1.20.0',
6767
'pytest-rerunfailures>=6.0',
6868
'pytest-xdist>=1.26.0',
69-
'parameterized==0.6.1',
69+
'parameterized==0.6.3',
7070
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using bs4
7171
'colorama==0.4.1',
7272
'pyotp>=2.2.7',

0 commit comments

Comments
 (0)