diff --git a/README.md b/README.md index e397f77c..a7cc4885 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ SeleniumBase

-Everything you need to test websites. +The fastest way to test web apps.

@@ -28,18 +28,18 @@ Tests are run with "pytest". Browsers are controlled by WebDriver.

🚀Get Started | -🧙‍♂️CMD Options | +🧙‍♂️Options | 🏰Features | 👨‍🏫Examples | +📖API | 📊Reports | -📱Mobile | -🤖CI +⏺️Recorder
-📖 API | +📱Mobile | +🌎Translations | 🗺️ Tours | -🌎Languages | +🤖CI | 📰Presenter | -⏺️Recorder | 👩‍🎨Visual Tests | 🛂MasterQA

diff --git a/requirements.txt b/requirements.txt index 64e670c1..c4cfa34a 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pip>=20.1.1 packaging>=20.4 setuptools>=44.1.1;python_version<"3.5" -setuptools>=47.3.1;python_version>="3.5" +setuptools>=49.1.0;python_version>="3.5" setuptools-scm>=4.1.2 wheel>=0.34.2 six==1.15.0 @@ -38,11 +38,11 @@ pygments==2.6.1;python_version>="3.5" colorama==0.4.3 brython>=3.8.9 pymysql==0.9.3 -coverage==5.1 +coverage==5.2 pyotp==2.3.0 boto==2.49.0 cffi==1.14.0 -rich==3.0.2;python_version>="3.6" and python_version<"4.0" +rich==3.0.3;python_version>="3.6" and python_version<"4.0" flake8==3.7.9;python_version<"3.5" flake8==3.8.3;python_version>="3.5" pyflakes==2.1.1;python_version<"3.5" diff --git a/setup.py b/setup.py index 51ca722e..e81112ee 100755 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ if sys.argv[-1] == 'publish': setup( name='seleniumbase', - version='1.42.4', + version='1.42.5', description='Fast, Easy, and Reliable Browser Automation & Testing.', long_description=long_description, long_description_content_type='text/markdown', @@ -93,7 +93,7 @@ setup( 'pip>=20.1.1', 'packaging>=20.4', 'setuptools>=44.1.1;python_version<"3.5"', - 'setuptools>=47.3.1;python_version>="3.5"', + 'setuptools>=49.1.0;python_version>="3.5"', 'setuptools-scm', 'wheel', 'six', @@ -130,11 +130,11 @@ setup( 'colorama==0.4.3', 'brython>=3.8.9', 'pymysql==0.9.3', - 'coverage==5.1', + 'coverage==5.2', 'pyotp==2.3.0', 'boto==2.49.0', 'cffi==1.14.0', - 'rich==3.0.2;python_version>="3.6" and python_version<"4.0"', + 'rich==3.0.3;python_version>="3.6" and python_version<"4.0"', 'flake8==3.7.9;python_version<"3.5"', 'flake8==3.8.3;python_version>="3.5"', 'pyflakes==2.1.1;python_version<"3.5"',