diff --git a/requirements.txt b/requirements.txt index 429fedd3..417590c9 100755 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ setuptools>=36.5.0 ipython==5.4.1 selenium==3.6.0 nose==1.3.7 -pytest==3.2.1 -pytest-html==1.15.2 +pytest==3.2.3 +pytest-html==1.16.0 six==1.10.0 flake8==3.4.1 requests==2.18.4 diff --git a/server_requirements.txt b/server_requirements.txt index 5cc7e4df..7f886219 100755 --- a/server_requirements.txt +++ b/server_requirements.txt @@ -3,8 +3,8 @@ setuptools>=36.5.0 ipython==5.4.1 selenium==2.53.6 nose==1.3.7 -pytest==3.2.1 -pytest-html==1.15.2 +pytest==3.2.3 +pytest-html==1.16.0 six==1.10.0 flake8==3.4.1 requests==2.18.4 diff --git a/server_setup.py b/server_setup.py index 74527188..d2ab3d22 100755 --- a/server_setup.py +++ b/server_setup.py @@ -8,7 +8,7 @@ from setuptools import setup, find_packages # noqa setup( name='seleniumbase', - version='1.4.8', + version='1.4.9', description='Test Automation Framework - http://seleniumbase.com', long_description='Automation Framework for Simple & Reliable Web Testing', platforms='Mac * Windows * Linux * Docker', @@ -23,8 +23,8 @@ setup( 'ipython==5.4.1', 'selenium==2.53.6', 'nose==1.3.7', - 'pytest==3.2.1', - 'pytest-html==1.15.2', + 'pytest==3.2.3', + 'pytest-html==1.16.0', 'six==1.10.0', 'flake8==3.4.1', 'requests==2.18.4', diff --git a/setup.py b/setup.py index a0f0f60b..742925db 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setuptools import setup, find_packages # noqa setup( name='seleniumbase', - version='1.4.8', + version='1.4.9', description='Test Automation Framework - http://seleniumbase.com', long_description='Automation Framework for Simple & Reliable Web Testing', platforms='Mac * Windows * Linux * Docker', @@ -22,8 +22,8 @@ setup( 'ipython==5.4.1', 'selenium==3.6.0', 'nose==1.3.7', - 'pytest==3.2.1', - 'pytest-html==1.15.2', + 'pytest==3.2.3', + 'pytest-html==1.16.0', 'six==1.10.0', 'flake8==3.4.1', 'requests==2.18.4',