Skip to content

Commit b90c1e8

Browse files
authored
Merge pull request #597 from seleniumbase/refresh-dependencies
Refresh Python dependencies
2 parents 1dba6ee + d721490 commit b90c1e8

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
livereload==2.6.2;python_version>="3.6"
22
mkdocs==1.1.2
3-
mkdocs-material==5.2.3
3+
mkdocs-material==5.3.0
44
mkdocs-simple-hooks==0.1.1
55
mkdocs-material-extensions==1.0
66
mkdocs-minify-plugin==0.3.0

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pip>=20.1.1
22
packaging>=20.4
3-
setuptools>=44.1.0;python_version<"3.5"
4-
setuptools>=47.1.1;python_version>="3.5"
3+
setuptools>=44.1.1;python_version<"3.5"
4+
setuptools>=47.3.0;python_version>="3.5"
55
setuptools-scm>=4.1.2
66
wheel>=0.34.2
77
six==1.15.0
@@ -14,6 +14,7 @@ requests==2.23.0
1414
selenium==3.141.0
1515
pluggy==0.13.1
1616
attrs>=19.3.0
17+
py==1.8.2
1718
pytest==4.6.11;python_version<"3.5"
1819
pytest==5.4.3;python_version>="3.5"
1920
pytest-cov==2.10.0
@@ -41,7 +42,7 @@ coverage==5.1
4142
pyotp==2.3.0
4243
boto==2.49.0
4344
cffi==1.14.0
44-
rich==2.1.0;python_version>="3.6" and python_version<"4.0"
45+
rich==2.2.3;python_version>="3.6" and python_version<"4.0"
4546
flake8==3.7.9;python_version<"3.5"
4647
flake8==3.8.3;python_version>="3.5"
4748
pyflakes==2.1.1;python_version<"3.5"

setup.py

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

5555
setup(
5656
name='seleniumbase',
57-
version='1.40.0',
57+
version='1.40.1',
5858
description='Fast, Easy, and Reliable Browser Automation & Testing.',
5959
long_description=long_description,
6060
long_description_content_type='text/markdown',
@@ -92,7 +92,8 @@
9292
install_requires=[
9393
'pip>=20.1.1',
9494
'packaging>=20.4',
95-
'setuptools',
95+
'setuptools>=44.1.1;python_version<"3.5"',
96+
'setuptools>=47.3.0;python_version>="3.5"',
9697
'setuptools-scm',
9798
'wheel',
9899
'six',
@@ -105,6 +106,7 @@
105106
'selenium==3.141.0',
106107
'pluggy==0.13.1',
107108
'attrs>=19.3.0',
109+
'py==1.8.2',
108110
'pytest==4.6.11;python_version<"3.5"',
109111
'pytest==5.4.3;python_version>="3.5"',
110112
'pytest-cov==2.10.0',
@@ -125,15 +127,14 @@
125127
'pyopenssl==19.1.0',
126128
'pygments==2.5.2;python_version<"3.5"',
127129
'pygments==2.6.1;python_version>="3.5"',
128-
'livereload==2.6.2',
129130
'colorama==0.4.3',
130131
'brython>=3.8.9',
131132
'pymysql==0.9.3',
132133
'coverage==5.1',
133134
'pyotp==2.3.0',
134135
'boto==2.49.0',
135136
'cffi==1.14.0',
136-
'rich==2.1.0;python_version>="3.6" and python_version<"4.0"',
137+
'rich==2.2.3;python_version>="3.6" and python_version<"4.0"',
137138
'flake8==3.7.9;python_version<"3.5"',
138139
'flake8==3.8.3;python_version>="3.5"',
139140
'pyflakes==2.1.1;python_version<"3.5"',

0 commit comments

Comments
 (0)