From e6db96bc346c53200a193196478572b042ec5103 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 24 Nov 2016 00:22:01 -0800 Subject: [PATCH] Update pytest-django from 3.1.1 to 3.1.2 --- {{cookiecutter.project_slug}}/requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/test.txt b/{{cookiecutter.project_slug}}/requirements/test.txt index 704a508c9..759deb1c1 100644 --- a/{{cookiecutter.project_slug}}/requirements/test.txt +++ b/{{cookiecutter.project_slug}}/requirements/test.txt @@ -13,5 +13,5 @@ django-test-plus==1.0.16 factory_boy==2.7.0 # pytest -pytest-django==3.1.1 +pytest-django==3.1.2 pytest-sugar==0.7.1