From a0d4f199a95c182c79506f7fc088eed8f10c23a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 00:02:07 +0000 Subject: [PATCH] Bump pytest-django from 4.8.0 to 4.9.0 Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.8.0 to 4.9.0. - [Release notes](https://github.com/pytest-dev/pytest-django/releases) - [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst) - [Commits](https://github.com/pytest-dev/pytest-django/compare/v4.8.0...v4.9.0) --- updated-dependencies: - dependency-name: pytest-django dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 4a0600ff84b..0159b4b1a69 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -89,7 +89,7 @@ pytest==8.2.2 # pytest-xdist pytest-cov==4.1.0 # via -r dev-requirements.in -pytest-django==4.8.0 +pytest-django==4.9.0 # via -r dev-requirements.in pytest-sugar==1.0.0 # via -r dev-requirements.in