summaryrefslogtreecommitdiff
path: root/testing/plugins_integration
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-10-26 03:15:50 +0000
committerGitHub <noreply@github.com>2020-10-26 03:15:50 +0000
commitf7c50678231c58231eb94259e6b807c2740ea2fe (patch)
treecef0e3209f2a5ee43f9de30bc1c82f2a3834ee9a /testing/plugins_integration
parent8105e60f20a0e38fa9144d27173f1b77fd747faf (diff)
downloadpytest-f7c50678231c58231eb94259e6b807c2740ea2fe.tar.gz
build(deps): bump pytest-django in /testing/plugins_integration
Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.0.0 to 4.1.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.0.0...v4.1.0) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'testing/plugins_integration')
-rw-r--r--testing/plugins_integration/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/plugins_integration/requirements.txt b/testing/plugins_integration/requirements.txt
index 7c7dfe363..cdd55a0e5 100644
--- a/testing/plugins_integration/requirements.txt
+++ b/testing/plugins_integration/requirements.txt
@@ -3,7 +3,7 @@ django==3.1.2
pytest-asyncio==0.14.0
pytest-bdd==4.0.1
pytest-cov==2.10.1
-pytest-django==4.0.0
+pytest-django==4.1.0
pytest-flakes==4.0.2
pytest-html==2.1.1
pytest-mock==3.3.1