From 30865a049e57b2293b99d88a0d6b5bef76610fa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 09:23:38 +0000 Subject: [PATCH] Bump pytest-django from 4.12.0 to 4.14.0 Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.12.0 to 4.14.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.12.0...v4.14.0) --- updated-dependencies: - dependency-name: pytest-django dependency-version: 4.14.0 dependency-type: direct:development 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 d30d711eb..d6567a596 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ test = [ "bornhack-website[bootstrap]", "pytest==9.0.3", "pytest-xdist==3.8.0", - "pytest-django==4.12.0", + "pytest-django==4.14.0", "beautifulsoup4==4.14.3", "coverage==7.14.0", "hypothesis==6.152.6",