From a0db531ad90e6a95cb83c91e0b43cb2369929f96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 10:21:50 +0000 Subject: [PATCH] Bump pytest from 7.4.0 to 8.3.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 8.3.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.0...8.3.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index 2ad6534a..f52ff91d 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -2,7 +2,7 @@ mock model-mommy -pytest==7.4.0 +pytest==8.3.2 pluggy pytest-django==4.5.2 pytest-cov