From ac74f6a52108ec1f56d6b0b75a965eebfce4b589 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Tue, 14 Dec 2021 04:29:28 -0500 Subject: [PATCH] Update pytest-django to 4.5.2 (#3471) --- {{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 32b16062..6030b222 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -45,4 +45,4 @@ factory-boy==3.2.1 # https://github.com/FactoryBoy/factory_boy django-debug-toolbar==3.2.3 # https://github.com/jazzband/django-debug-toolbar django-extensions==3.1.5 # https://github.com/django-extensions/django-extensions django-coverage-plugin==2.0.2 # https://github.com/nedbat/django_coverage_plugin -pytest-django==4.5.1 # https://github.com/pytest-dev/pytest-django +pytest-django==4.5.2 # https://github.com/pytest-dev/pytest-django