Merge pull request #829 from seleniumbase/update-dependencies

Update Python dependencies
This commit is contained in:
Michael Mintz 2021-02-28 23:54:17 -05:00 committed by GitHub
commit a70d71ebc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View File

@ -9,7 +9,7 @@ pymdown-extensions==8.1.1
lunr==0.5.8
mkdocs==1.1.2
mkdocs-material==6.2.3
mkdocs-exclude-search==0.3.1
mkdocs-exclude-search==0.4.0
mkdocs-simple-hooks==0.1.2
mkdocs-material-extensions==1.0.1
mkdocs-minify-plugin==0.4.0

View File

@ -3,7 +3,7 @@ pip>=21.0.1;python_version>="3.6"
packaging>=20.9
setuptools>=44.1.1;python_version<"3.5"
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
setuptools>=53.1.0;python_version>="3.6"
setuptools>=54.0.0;python_version>="3.6"
setuptools-scm>=5.0.1
wheel>=0.36.2
attrs>=20.3.0
@ -69,7 +69,7 @@ importlib-metadata==2.0.0;python_version<"3.6"
virtualenv>=20.4.2
pymysql==0.10.1;python_version<"3.6"
pymysql==1.0.2;python_version>="3.6"
coverage==5.4
coverage==5.5
brython==3.9.1
pyotp==2.6.0
boto==2.49.0
@ -78,7 +78,7 @@ toml==0.10.2
Pillow==6.2.2;python_version<"3.5"
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
Pillow==8.1.0;python_version>="3.6"
rich==9.12.0;python_version>="3.6" and python_version<"4.0"
rich==9.12.3;python_version>="3.6" and python_version<"4.0"
flake8==3.7.9;python_version<"3.5"
flake8==3.8.4;python_version>="3.5"
pyflakes==2.1.1;python_version<"3.5"

View File

@ -1,2 +1,2 @@
# seleniumbase package
__version__ = "1.56.2"
__version__ = "1.56.3"

View File

@ -107,7 +107,7 @@ setup(
'packaging>=20.9',
'setuptools>=44.1.1;python_version<"3.5"',
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
'setuptools>=53.1.0;python_version>="3.6"',
'setuptools>=54.0.0;python_version>="3.6"',
'setuptools-scm>=5.0.1',
'wheel>=0.36.2',
'attrs>=20.3.0',
@ -173,7 +173,7 @@ setup(
'virtualenv>=20.4.2', # Sync with importlib-metadata and pathlib2
'pymysql==0.10.1;python_version<"3.6"',
'pymysql==1.0.2;python_version>="3.6"',
'coverage==5.4',
'coverage==5.5',
'brython==3.9.1',
'pyotp==2.6.0',
'boto==2.49.0',
@ -182,7 +182,7 @@ setup(
'Pillow==6.2.2;python_version<"3.5"',
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
'Pillow==8.1.0;python_version>="3.6"',
'rich==9.12.0;python_version>="3.6" and python_version<"4.0"',
'rich==9.12.3;python_version>="3.6" and python_version<"4.0"',
'flake8==3.7.9;python_version<"3.5"',
'flake8==3.8.4;python_version>="3.5"',
'pyflakes==2.1.1;python_version<"3.5"',