From 193f92d0e576d4f594a9347d6aecb45920666377 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 05:57:15 +0000 Subject: [PATCH] Bump pytest-django from 3.3.2 to 4.3.0 Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 3.3.2 to 4.3.0. - [Release notes](https://github.com/pytest-dev/pytest-django/releases) - [Changelog](https://github.com/pytest-dev/pytest-django/blob/master/docs/changelog.rst) - [Commits](https://github.com/pytest-dev/pytest-django/compare/3.3.2...v4.3.0) Signed-off-by: dependabot-preview[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index bff305b..9e5c71e 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -23,4 +23,4 @@ django-test-plus==1.1.0 # https://github.com/revsys/django-test-plus django-debug-toolbar==1.9.1 # https://github.com/jazzband/django-debug-toolbar django-extensions==2.0.7 # https://github.com/django-extensions/django-extensions django-coverage-plugin==1.5.0 # https://github.com/nedbat/django_coverage_plugin -pytest-django==3.3.2 # https://github.com/pytest-dev/pytest-django +pytest-django==4.3.0 # https://github.com/pytest-dev/pytest-django