From a78cdd227ec9c4ef3faddf17dbd2c6fcd1f94100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 17:06:20 +0000 Subject: [PATCH] chore: bump pytest-django from 4.9.0 to 4.10.0 Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.9.0 to 4.10.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.10.0) --- updated-dependencies: - dependency-name: pytest-django dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d4e5c8fc..fa762dd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ test = [ "factory-boy==3.3.3", "playwright>=1.39", "pytest==8.3.4", - "pytest-django==4.9.0", + "pytest-django==4.10.0", "pytest-playwright==0.7.0", "pytest-rerunfailures==15.0", "pytest-xdist>=3.5.0,<4",