From 47a13839dd3fc112b3bd54b92eaeb5ae4d18469f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 21:39:18 +0000 Subject: [PATCH] Bump pytest from 7.4.2 to 8.3.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 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.2...8.3.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index a0aeaaba..32e14b27 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,6 +1,6 @@ atoma==0.0.17 coverage==7.3.1 -pytest==7.4.2 +pytest==8.3.2 pytest-cov==4.1.0 pytest-django==4.5.2 pytest-factoryboy==2.5.1