From b7d5627ca91b1fdc96af473a54ea7ba9da6b60ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 12:42:05 +0000 Subject: [PATCH] chore(deps): bump pytest-django from 4.10.0 to 4.11.0 Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.10.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.10.0...v4.11.0) --- updated-dependencies: - dependency-name: pytest-django dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index d5b571a..5842adb 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,5 +3,5 @@ django-ipware>=3 coverage==7.6.12 pytest==8.3.4 pytest-cov==6.0.0 -pytest-django==4.10.0 +pytest-django==4.11.0 pytest-subtests==0.14.1