From 3d230eed266e666154e81c58552792fc7eff3d7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:32:08 +0000 Subject: [PATCH] Bump pytest-django from 4.5.2 to 4.8.0 Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.5.2 to 4.8.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.5.2...v4.8.0) --- updated-dependencies: - dependency-name: pytest-django dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 43c211d..d3d81fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ git+https://github.com/ministryofjustice/opg-response.git#egg=django-incident-re django-health-check==3.16.5 django-decorator-include pytest-mock -pytest-django==4.5.2 +pytest-django==4.8.0 python-dotenv==0.20.0 gunicorn==20.1.0 psycopg2-binary==2.9.3