From 2c94753a5a902d8383b71c9ea571432daff43fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:39:23 +0000 Subject: [PATCH] Bump pytest-django from 4.8.0 to 4.9.0 Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.8.0 to 4.9.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.8.0...v4.9.0) --- updated-dependencies: - dependency-name: pytest-django 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 5273135cb..98bdf9a09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ redis==5.2.0 # Development pytest==8.0.0 -pytest-django==4.8.0 +pytest-django==4.9.0 pytest-cov===5.0.0 pytest-factoryboy==2.6.0 pytest-html==4.1.1