From 14697a0a1c8ca77c8adcf478a91b9478ca81bf49 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 14 Apr 2018 10:25:27 -0500 Subject: [PATCH] Update pytest-django from 3.1.2 to 3.2.1 --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index a79698fde..2378c76f1 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -27,4 +27,4 @@ django-test-plus==1.0.22 # https://github.com/revsys/django-test-plus django-debug-toolbar==1.9.1 # https://github.com/jazzband/django-debug-toolbar django-extensions==2.0.6 # https://github.com/django-extensions/django-extensions django-coverage-plugin==1.5.0 # https://github.com/nedbat/django_coverage_plugin -pytest-django==3.1.2 # https://github.com/pytest-dev/pytest-django +pytest-django==3.2.1 # https://github.com/pytest-dev/pytest-django