From 133c048199cf2579f7c8f1abb01b56a1aeffa0bc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 05:20:10 +0000 Subject: [PATCH] Bump pytest-django from 3.8.0 to 4.3.0 Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 3.8.0 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/v3.8.0...v4.3.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 d4388d3..a6c2af7 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.3.0 pytest-cov==2.12.1 flake8==3.9.2