From 9bb36cd82794b054411c2f0831aab2fa1f28fee9 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Mon, 29 Oct 2018 11:11:02 -0700 Subject: [PATCH] Scheduled weekly dependency update for week 43 (#978) * Update selenium from 3.14.0 to 3.14.1 * Update flake8 from 3.5.0 to 3.6.0 * Update pypom from 2.1.0 to 2.2.0 * Update pytest from 3.8.0 to 3.9.3 * Update pytest-xdist from 1.23.0 to 1.23.2 --- test/integration/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/integration/requirements.txt b/test/integration/requirements.txt index 3dd2ae42..49953121 100644 --- a/test/integration/requirements.txt +++ b/test/integration/requirements.txt @@ -1,8 +1,8 @@ -selenium==3.14.0 -flake8==3.5.0 +selenium==3.14.1 +flake8==3.6.0 flake8-isort==2.5 -PyPOM==2.1.0 -pytest==3.8.0 +PyPOM==2.2.0 +pytest==3.9.3 pytest-html==1.19.0 pytest-selenium==1.14.0 -pytest-xdist==1.23.0 +pytest-xdist==1.23.2