Skip to content

Commit 6501c3f

Browse files
authored
Merge pull request #267 from seleniumbase/update-requirements
Update pytest requirements
2 parents 0ceba13 + 8524150 commit 6501c3f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ unittest2
88
selenium==3.141.0
99
requests==2.21.0
1010
urllib3==1.24.1
11-
pytest>=4.1.0
11+
pytest>=4.1.1
1212
pytest-cov>=2.6.1
1313
pytest-html>=1.19.0
14-
pytest-rerunfailures>=5.0
15-
pytest-xdist>=1.25.0
14+
pytest-rerunfailures>=6.0
15+
pytest-xdist>=1.26.0
1616
parameterized==0.6.1
1717
beautifulsoup4>=4.6.0
1818
colorama==0.4.1

setup.py

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

1818
setup(
1919
name='seleniumbase',
20-
version='1.17.21',
20+
version='1.17.22',
2121
description='Reliable Browser Automation & Testing Framework',
2222
long_description=long_description,
2323
long_description_content_type='text/markdown',
@@ -61,11 +61,11 @@
6161
'selenium==3.141.0',
6262
'requests==2.21.0', # Changing this may effect "urllib3"
6363
'urllib3==1.24.1', # Keep this lib in sync with "requests"
64-
'pytest>=4.1.0',
64+
'pytest>=4.1.1',
6565
'pytest-cov>=2.6.1',
6666
'pytest-html>=1.19.0',
67-
'pytest-rerunfailures>=5.0',
68-
'pytest-xdist>=1.25.0',
67+
'pytest-rerunfailures>=6.0',
68+
'pytest-xdist>=1.26.0',
6969
'parameterized==0.6.1',
7070
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using bs4
7171
'colorama==0.4.1',

0 commit comments

Comments
 (0)