From f504c678e6e817dc9d1436a70aab8fbb4fe9f95f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:39:58 +0000 Subject: [PATCH] Bump pytest from 7.4.0 to 8.3.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 8.3.3. - [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.3) --- 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..630625fc 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -2,7 +2,7 @@ mock model-mommy -pytest==7.4.0 +pytest==8.3.3 pluggy pytest-django==4.5.2 pytest-cov