From 08b2b33cbe2c52ed5026f8f9e3128d767ff64036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 05:07:06 +0000 Subject: [PATCH] Update pytest requirement from <8.1 to <8.5 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/1.0.0b3...8.4.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requirements.txt b/test/requirements.txt index 79f5acff8d4a..f4b41e0e8c4a 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -5,7 +5,7 @@ invoke junit-xml==1.9 packaging # Pin pytest to preserve pytest cache behavior -pytest<8.1 +pytest<8.5 pytest-rerunfailures pytest-timeout pytest-json-report