From aebc1035e8f181a0f045abf88eea0663e1acb24b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 Jun 2018 09:08:07 -0700 Subject: [PATCH] Update pytest from 3.6.1 to 3.6.2 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 3708851..0b9d8b0 100644 --- a/Pipfile +++ b/Pipfile @@ -16,6 +16,6 @@ coveralls = "==1.3.0" flake8 = "==3.5.0" flake8-docstrings = "==1.3.0" flake8-isort = "==2.5" -pytest = "==3.6.1" +pytest = "==3.6.2" pytest-cov = "==2.5.1" pytest-selenium = "==1.13.0"