From 46c206380bcdc8cfb1907708746396a8f46182cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:37:09 +0000 Subject: [PATCH] Update pytest requirement from >=6.0 to >=8.4.2 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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/6.0.0...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- _requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_requirements/test.txt b/_requirements/test.txt index 2e24bc5..74d8947 100644 --- a/_requirements/test.txt +++ b/_requirements/test.txt @@ -1,5 +1,5 @@ coverage>=5.0 -pytest>=6.0 +pytest>=8.4.2 pytest-cov mypy==1.19.1 psutil>=7.0.0