From e0a300c8323bfa7e5e919465d2baf9786a8d51a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 00:13:17 +0000 Subject: [PATCH] Bump pytest-django from 4.9.0 to 4.11.0 Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.9.0 to 4.11.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.9.0...v4.11.0) --- updated-dependencies: - dependency-name: pytest-django dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e4ae431db8..d20d4eafd3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -76,7 +76,7 @@ pytest==8.3.5 # -r requirements-dev.in # pytest-django # pytest-timeout -pytest-django==4.9.0 +pytest-django==4.11.0 # via -r requirements-dev.in pytest-timeout==2.3.1 # via -r requirements-dev.in