From 205c32907d8f7977f9e9ab209783b0fd0d9bfeb7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 2 Sep 2024 14:20:52 -0400 Subject: [PATCH] Update pytest-django from 3.9.0 to 4.9.0 --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index a1a2ed42..1a6b436f 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -33,4 +33,4 @@ model_bakery==1.11.0 # https://github.com/model-bakers/model_bakery django-debug-toolbar==3.2.1 # https://github.com/jazzband/django-debug-toolbar django-extensions==3.0.8 # https://github.com/django-extensions/django-extensions django-coverage-plugin==1.8.0 # https://github.com/nedbat/django_coverage_plugin -pytest-django==3.9.0 # https://github.com/pytest-dev/pytest-django +pytest-django==4.9.0 # https://github.com/pytest-dev/pytest-django