Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ unittest2
selenium==3.141.0
requests==2.21.0
urllib3==1.24.1
pytest>=4.1.0
pytest>=4.1.1
pytest-cov>=2.6.1
pytest-html>=1.19.0
pytest-rerunfailures>=5.0
pytest-xdist>=1.25.0
pytest-rerunfailures>=6.0
pytest-xdist>=1.26.0
parameterized==0.6.1
beautifulsoup4>=4.6.0
colorama==0.4.1
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='seleniumbase',
version='1.17.21',
version='1.17.22',
description='Reliable Browser Automation & Testing Framework',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down Expand Up @@ -61,11 +61,11 @@
'selenium==3.141.0',
'requests==2.21.0', # Changing this may effect "urllib3"
'urllib3==1.24.1', # Keep this lib in sync with "requests"
'pytest>=4.1.0',
'pytest>=4.1.1',
'pytest-cov>=2.6.1',
'pytest-html>=1.19.0',
'pytest-rerunfailures>=5.0',
'pytest-xdist>=1.25.0',
'pytest-rerunfailures>=6.0',
'pytest-xdist>=1.26.0',
'parameterized==0.6.1',
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using bs4
'colorama==0.4.1',
Expand Down