From 0cbb6de85b743f4eb6d3c484852416534c681e4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 01:38:03 +0000 Subject: [PATCH] Update pytest requirement from ~=8.2 to >=8.2,<10.0 in /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/8.2.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index c3044451cb76..3e403438b1a9 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -161,7 +161,7 @@ dev = [ "pre-commit ~= 3.7", "ipykernel >= 6.29,< 8.0", "nbconvert ~= 7.16", - "pytest ~= 8.2", + "pytest >= 8.2,< 10.0", "pytest-xdist[psutil] ~= 3.6", "pytest-cov >= 5.0", "pytest-asyncio ~= 0.24",