From a92e13ce6157f12ed715302b69d201b630da6100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 18:42:58 +0000 Subject: [PATCH] Bump pytest from 7.4.0 to 8.4.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 8.4.1. - [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.4.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 510af9fd3..4861f4214 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ tests = [ "pytest-timeout>=2.1", "pytest-xdist>=3.1", # The pytest extensions aren't compatible with v8 yet. - "pytest==7.4.0", + "pytest==8.4.1", ] type-checking = [ "mypy>=0.991",