Skip to content

Commit 47f1b67

Browse files
authored
Merge pull request #487 from seleniumbase/requirements-update
Update Python dependencies
2 parents b9a1940 + 6c3b949 commit 47f1b67

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pip>=19.3.1
22
setuptools>=44.0.0;python_version<"3"
3-
setuptools>=45.0.0;python_version>="3"
4-
setuptools-scm>=3.4.1
3+
setuptools>=45.1.0;python_version>="3"
4+
setuptools-scm>=3.4.2
55
wheel>=0.33.6
66
six==1.14.0
77
nose==1.3.7
@@ -14,7 +14,7 @@ selenium==3.141.0
1414
pluggy>=0.13.1
1515
attrs>=19.3.0
1616
pytest>=4.6.9;python_version<"3"
17-
pytest>=5.3.3;python_version>="3"
17+
pytest>=5.3.4;python_version>="3"
1818
pytest-cov>=2.8.1
1919
pytest-forked>=1.1.3
2020
pytest-html==1.22.1;python_version<"3.6"

setup.py

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

4646
setup(
4747
name='seleniumbase',
48-
version='1.34.24',
48+
version='1.34.25',
4949
description='Fast, Easy, and Reliable Browser Automation & Testing.',
5050
long_description=long_description,
5151
long_description_content_type='text/markdown',
@@ -96,7 +96,7 @@
9696
'pluggy>=0.13.1',
9797
'attrs>=19.3.0',
9898
'pytest>=4.6.9;python_version<"3"', # For Python 2 compatibility
99-
'pytest>=5.3.3;python_version>="3"',
99+
'pytest>=5.3.4;python_version>="3"',
100100
'pytest-cov>=2.8.1',
101101
'pytest-forked>=1.1.3',
102102
'pytest-html==1.22.1;python_version<"3.6"',

0 commit comments

Comments
 (0)