Skip to content

Commit efd257b

Browse files
authored
Merge pull request #676 from seleniumbase/update-python-dependencies
Update Python dependencies
2 parents 5ccb5e0 + 4657667 commit efd257b

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
livereload==2.6.3;python_version>="3.6"
22
pymdown-extensions==8.0
33
mkdocs==1.1.2
4-
mkdocs-material==5.5.11
4+
mkdocs-material==5.5.12
55
mkdocs-simple-hooks==0.1.1
66
mkdocs-material-extensions==1.0
77
mkdocs-minify-plugin==0.3.0

requirements.txt

Lines changed: 7 additions & 4 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>=49.6.0;python_version>="3.5"
4+
setuptools>=50.0.0;python_version>="3.5"
55
setuptools-scm>=4.1.2
66
wheel>=0.35.1
77
six==1.15.0
@@ -41,12 +41,15 @@ beautifulsoup4==4.9.1
4141
cryptography==3.0;python_version<"3.6"
4242
cryptography==3.1;python_version>="3.6"
4343
pyopenssl==19.1.0
44-
prompt-toolkit==1.0.18;python_version<"3.6.1"
45-
prompt-toolkit==3.0.7;python_version>="3.6.1"
4644
pygments==2.5.2;python_version<"3.5"
4745
pygments==2.6.1;python_version>="3.5"
46+
traitlets==4.3.3;python_version<"3.7"
47+
traitlets==5.0.0;python_version>="3.7"
48+
prompt-toolkit==1.0.18;python_version<"3.6"
49+
prompt-toolkit==3.0.7;python_version>="3.6"
4850
ipython==5.10.0;python_version<"3.5"
49-
ipython==6.5.0;python_version>="3.5" and python_version<"3.7"
51+
ipython==6.5.0;python_version>="3.5" and python_version<"3.6"
52+
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
5053
ipython==7.18.1;python_version>="3.7"
5154
colorama==0.4.3
5255
pymysql==0.10.0

setup.py

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

5555
setup(
5656
name='seleniumbase',
57-
version='1.48.5',
57+
version='1.48.6',
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>=49.6.0;python_version>="3.5"',
96+
'setuptools>=50.0.0;python_version>="3.5"',
9797
'setuptools-scm',
9898
'wheel>=0.35.1',
9999
'six',
@@ -133,12 +133,15 @@
133133
'cryptography==3.0;python_version<"3.6"',
134134
'cryptography==3.1;python_version>="3.6"',
135135
'pyopenssl==19.1.0',
136-
'prompt-toolkit==1.0.18;python_version<"3.6.1"',
137-
'prompt-toolkit==3.0.7;python_version>="3.6.1"',
138136
'pygments==2.5.2;python_version<"3.5"',
139137
'pygments==2.6.1;python_version>="3.5"',
138+
'traitlets==4.3.3;python_version<"3.7"',
139+
'traitlets==5.0.0;python_version>="3.7"',
140140
'ipython==5.10.0;python_version<"3.5"',
141-
'ipython==6.5.0;python_version>="3.5" and python_version<"3.7"',
141+
'prompt-toolkit==1.0.18;python_version<"3.6"',
142+
'prompt-toolkit==3.0.7;python_version>="3.6"',
143+
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"',
144+
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
142145
'ipython==7.18.1;python_version>="3.7"',
143146
'colorama==0.4.3',
144147
'pymysql==0.10.0',

0 commit comments

Comments
 (0)