From a3c9cad21dd02501fdaefd4d030a0ed3749715df Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 05:12:44 +0000 Subject: [PATCH] Bump pytest-django from 3.8.0 to 4.4.0 Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 3.8.0 to 4.4.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.4.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..8a4fe3b 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.4.0 pytest-cov==2.12.1 flake8==3.9.2