From 8872e8e7c7515f33d87b483c687bdba48211aa52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 10:51:47 +0000 Subject: [PATCH] Bump pytest-django from 4.2.0 to 4.3.0 in /testing/plugins_integration Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.2.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/v4.2.0...v4.3.0) Signed-off-by: dependabot[bot] --- testing/plugins_integration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/plugins_integration/requirements.txt b/testing/plugins_integration/requirements.txt index 56eb13c57..0b21ba026 100644 --- a/testing/plugins_integration/requirements.txt +++ b/testing/plugins_integration/requirements.txt @@ -3,7 +3,7 @@ django==3.2.3 pytest-asyncio==0.15.1 pytest-bdd==4.0.2 pytest-cov==2.12.0 -pytest-django==4.2.0 +pytest-django==4.3.0 pytest-flakes==4.0.3 pytest-html==3.1.1 pytest-mock==3.6.0