From 45a270ddce75debb67ace25d30d6f98e7d833409 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 27 Feb 2019 17:37:48 +0200 Subject: [PATCH] Scheduled weekly dependency update for week 08 (#1168) * Update flake8 from 3.7.5 to 3.7.7 * Update pytest from 4.2.0 to 4.3.0 * Update pytest-selenium from 1.15.1 to 1.16.0 --- test/integration/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/integration/requirements.txt b/test/integration/requirements.txt index 5485ef3b..52031639 100644 --- a/test/integration/requirements.txt +++ b/test/integration/requirements.txt @@ -1,8 +1,8 @@ selenium==3.141.0 -flake8==3.7.5 +flake8==3.7.7 flake8-isort==2.6.0 PyPOM==2.2.0 -pytest==4.2.0 +pytest==4.3.0 pytest-html==1.20.0 -pytest-selenium==1.15.1 +pytest-selenium==1.16.0 pytest-xdist==1.26.1