From 281cc4cd880da73a7b4a0c79afb34066434b0bca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 17:05:25 +0000 Subject: [PATCH] Update pytest requirement in /sdks/python 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/7.1.2...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- sdks/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index fa02a658612f..a2a9e553dc4c 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -257,7 +257,7 @@ def get_portability_package_data(): 'pyyaml>=3.12,<7.0.0', 'requests_mock>=1.7,<2.0', 'tenacity>=5.0.2,<6.0', - 'pytest>=7.1.2,<8.0', + 'pytest>=7.1.2,<9.0', 'pytest-xdist>=2.5.0,<3', 'pytest-timeout>=2.1.0,<3', 'scikit-learn>=0.20.0',