From e2722e122525f3ab0155e4c6106dfc547ed7199e Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Mon, 7 May 2018 00:44:48 -0400 Subject: [PATCH] Update versions of selenium, pytest, and ipython --- requirements.txt | 8 ++++---- setup.py | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index e935866f..b7c08324 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ pip setuptools -ipython==5.5.0 -selenium==3.8.1 +ipython==5.6.0 +selenium==3.11.0 nose==1.3.7 -pytest==3.5.0 -pytest-html==1.16.1 +pytest==3.5.1 +pytest-html==1.17.0 pytest-xdist==1.22.2 six==1.10.0 flake8==3.5.0 diff --git a/setup.py b/setup.py index 31836033..53198a7f 100755 --- a/setup.py +++ b/setup.py @@ -19,11 +19,11 @@ setup( install_requires=[ 'pip', 'setuptools', - 'ipython==5.5.0', - 'selenium==3.8.1', + 'ipython==5.6.0', + 'selenium==3.11.0', 'nose==1.3.7', - 'pytest==3.5.0', - 'pytest-html==1.16.1', + 'pytest==3.5.1', + 'pytest-html==1.17.0', 'pytest-xdist==1.22.2', 'six==1.10.0', 'flake8==3.5.0',