From 17234f97973fb42a515ba2f998e27b2fae99a939 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 05:29:01 +0000 Subject: [PATCH] Bump pytest-django from 3.8.0 to 4.2.0 Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 3.8.0 to 4.2.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/v3.8.0...v4.2.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b561b52..57a3934 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ marshmallow>=3.0,<4.0 # Test requirements pytest -pytest-django==3.8.0 +pytest-django==4.2.0 pytest-cov==2.11.1 flake8==3.9.2