From a43984152bfe63f4af881f98e9ffc4336ac01541 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Apr 2025 15:53:48 +0000 Subject: [PATCH] Chore(deps): Bump pytest-django from 4.10.0 to 4.11.1 Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.10.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.10.0...v4.11.1) --- updated-dependencies: - dependency-name: pytest-django dependency-version: 4.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5ebd64b..7075fae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ pre_commit==4.2.0 pycparser==2.22 PyJWT==2.10.1 pytest==8.3.5 -pytest-django==4.10.0 +pytest-django==4.11.1 python-decouple==3.8 PyYAML==6.0.2 requests==2.32.3