From f34ef3e52be2eac1b6346bf7b222db292dcd1abb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 22 Jan 2017 23:34:44 +0100 Subject: [PATCH] Update pytest from 3.0.5 to 3.0.6 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f37d1ec..d658239 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,6 +16,6 @@ pep8==1.7.0 # via flake8 py==1.4.32 # via pytest pyflakes==1.5.0 # via flake8 pytest-django==3.1.2 -pytest==3.0.5 +pytest==3.0.6 selenium==3.0.2 six==1.10.0 # via django-appconf