Skip to content

Commit 2c9af06

Browse files
authored
Merge pull request #618 from seleniumbase/update-python-dependencies
Update Python dependencies
2 parents e72e209 + 2a3deb2 commit 2c9af06

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
@@ -1,7 +1,7 @@
11
pip>=20.1.1
22
packaging>=20.4
33
setuptools>=44.1.1;python_version<"3.5"
4-
setuptools>=49.1.0;python_version>="3.5"
4+
setuptools>=49.1.1;python_version>="3.5"
55
setuptools-scm>=4.1.2
66
wheel>=0.34.2
77
six==1.15.0
@@ -26,7 +26,7 @@ pytest-metadata==1.10.0;python_version>="3.6"
2626
pytest-ordering==0.6
2727
pytest-rerunfailures==8.0;python_version<"3.6"
2828
pytest-rerunfailures==9.0;python_version>="3.6"
29-
pytest-xdist==1.32.0
29+
pytest-xdist==1.33.0
3030
parameterized==0.7.4
3131
soupsieve==1.9.6;python_version<"3.5"
3232
soupsieve==2.0.1;python_version>="3.5"
@@ -42,7 +42,7 @@ coverage==5.2
4242
pyotp==2.3.0
4343
boto==2.49.0
4444
cffi==1.14.0
45-
rich==3.1.0;python_version>="3.6" and python_version<"4.0"
45+
rich==3.2.0;python_version>="3.6" and python_version<"4.0"
4646
flake8==3.7.9;python_version<"3.5"
4747
flake8==3.8.3;python_version>="3.5"
4848
pyflakes==2.1.1;python_version<"3.5"

setup.py

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

5555
setup(
5656
name='seleniumbase',
57-
version='1.42.7',
57+
version='1.42.8',
5858
description='Fast, Easy, and Reliable Browser Automation & Testing.',
5959
long_description=long_description,
6060
long_description_content_type='text/markdown',
@@ -93,7 +93,7 @@
9393
'pip>=20.1.1',
9494
'packaging>=20.4',
9595
'setuptools>=44.1.1;python_version<"3.5"',
96-
'setuptools>=49.1.0;python_version>="3.5"',
96+
'setuptools>=49.1.1;python_version>="3.5"',
9797
'setuptools-scm',
9898
'wheel',
9999
'six',
@@ -118,7 +118,7 @@
118118
'pytest-ordering==0.6',
119119
'pytest-rerunfailures==8.0;python_version<"3.6"',
120120
'pytest-rerunfailures==9.0;python_version>="3.6"',
121-
'pytest-xdist==1.32.0',
121+
'pytest-xdist==1.33.0',
122122
'parameterized==0.7.4',
123123
'soupsieve==1.9.6;python_version<"3.5"',
124124
'soupsieve==2.0.1;python_version>="3.5"',
@@ -134,7 +134,7 @@
134134
'pyotp==2.3.0',
135135
'boto==2.49.0',
136136
'cffi==1.14.0',
137-
'rich==3.1.0;python_version>="3.6" and python_version<"4.0"',
137+
'rich==3.2.0;python_version>="3.6" and python_version<"4.0"',
138138
'flake8==3.7.9;python_version<"3.5"',
139139
'flake8==3.8.3;python_version>="3.5"',
140140
'pyflakes==2.1.1;python_version<"3.5"',

0 commit comments

Comments
 (0)