Skip to content

Commit b75b1ce

Browse files
authored
Merge pull request #682 from seleniumbase/update-python-dependencies
Update Python dependencies
2 parents 00a181d + 01856ca commit b75b1ce

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/">
1111
<img src="https://seleniumbase.io/cdn/img/sb_logo_b.png" alt="SeleniumBase" width="332" /></a></p>
1212
<p align="center">
13-
<b>Automated web+mobile testing, 10x faster.</b>
13+
<b>Automated web testing, 10x faster.</b>
1414
</p>
1515
<!-- View on GitHub -->
1616
<p align="center">

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pip>=20.2.2
22
packaging>=20.4
33
setuptools>=44.1.1;python_version<"3.5"
4-
setuptools>=50.2.0;python_version>="3.5"
4+
setuptools>=50.3.0;python_version>="3.5"
55
setuptools-scm>=4.1.2
66
wheel>=0.35.1
77
six==1.15.0
@@ -19,7 +19,7 @@ more-itertools==5.0.0;python_version<"3.5"
1919
more-itertools==8.5.0;python_version>="3.5"
2020
cssselect==1.1.0
2121
pluggy==0.13.1
22-
attrs>=20.1.0
22+
attrs>=20.2.0
2323
py==1.8.1;python_version<"3.5"
2424
py==1.9.0;python_version>="3.5"
2525
pytest==4.6.11;python_version<"3.5"

setup.py

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

5555
setup(
5656
name='seleniumbase',
57-
version='1.49.2',
57+
version='1.49.3',
5858
description='Web Automation and Test Framework - https://seleniumbase.io',
5959
long_description=long_description,
6060
long_description_content_type='text/markdown',
@@ -93,7 +93,7 @@
9393
'pip>=20.2.2',
9494
'packaging>=20.4',
9595
'setuptools>=44.1.1;python_version<"3.5"',
96-
'setuptools>=50.2.0;python_version>="3.5"',
96+
'setuptools>=50.3.0;python_version>="3.5"',
9797
'setuptools-scm',
9898
'wheel>=0.35.1',
9999
'six',
@@ -111,7 +111,7 @@
111111
'more-itertools==8.5.0;python_version>="3.5"',
112112
'cssselect==1.1.0',
113113
'pluggy==0.13.1',
114-
'attrs>=20.1.0',
114+
'attrs>=20.2.0',
115115
'py==1.8.1;python_version<"3.5"',
116116
'py==1.9.0;python_version>="3.5"',
117117
'pytest==4.6.11;python_version<"3.5"',

0 commit comments

Comments
 (0)