From 014f50a8692b08050afc01648d26465d4197859f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 03:02:42 +0000 Subject: [PATCH] build(deps): Bump pytest-django in /testing/plugins_integration Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.13.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.13.0...v4.14.0) --- updated-dependencies: - dependency-name: pytest-django dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- testing/plugins_integration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/plugins_integration/requirements.txt b/testing/plugins_integration/requirements.txt index 99ebecba8e6..1559e985189 100644 --- a/testing/plugins_integration/requirements.txt +++ b/testing/plugins_integration/requirements.txt @@ -3,7 +3,7 @@ django==6.1 pytest-asyncio==1.4.0 pytest-bdd==8.1.0 pytest-cov==7.1.0 -pytest-django==4.13.0 +pytest-django==4.14.0 pytest-flakes==4.0.5 pytest-html==4.2.0 pytest-mock==3.15.1