From 4bcb2e56f63d1233fa49723b97e4dd8b6e7a8524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 00:01:46 +0000 Subject: [PATCH] Bump pytest-django from 4.11.0 to 4.11.1 Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.11.0 to 4.11.1. - [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.11.0...v4.11.1) --- updated-dependencies: - dependency-name: pytest-django dependency-version: 4.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4a26b0f64..9327ca4c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,7 +54,7 @@ litellm==1.64.1 # Development pytest==8.4.2 -pytest-django==4.11.0 +pytest-django==4.11.1 pytest-cov===6.2.1 pytest-factoryboy==2.8.1 pytest-html==4.1.1