From 313f85e3907ddb4f7a6df04ac42c3665eba91e64 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 25 Jun 2019 18:46:43 +0200 Subject: [PATCH] Update django-test-plus from 1.1.1 to 1.2.1 --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 783d8b9..539960e 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -10,7 +10,7 @@ pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest- # Django # ------------------------------------------------------------------------------ factory-boy==2.11.1 # https://github.com/FactoryBoy/factory_boy -django-test-plus==1.1.1 # https://github.com/revsys/django-test-plus +django-test-plus==1.2.1 # https://github.com/revsys/django-test-plus django-coverage-plugin==1.6.0 # https://github.com/nedbat/django_coverage_plugin pytest-django==3.4.3 # https://github.com/pytest-dev/pytest-django