From e430346b43a959075e6178de25764b0fb8f6b9c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 18:42:37 +0000 Subject: [PATCH] Bump pytest from 7.0.0 to 9.0.3 in /bindings/python/ext/pybind11/tests Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.0 to 9.0.3. - [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.0.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bindings/python/ext/pybind11/tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/ext/pybind11/tests/requirements.txt b/bindings/python/ext/pybind11/tests/requirements.txt index 4ba101119..3061545ad 100644 --- a/bindings/python/ext/pybind11/tests/requirements.txt +++ b/bindings/python/ext/pybind11/tests/requirements.txt @@ -3,7 +3,7 @@ numpy==1.21.5; platform_python_implementation=="PyPy" and sys_platform=="linux" numpy==1.19.3; platform_python_implementation!="PyPy" and python_version=="3.6" numpy==1.21.5; platform_python_implementation!="PyPy" and python_version>="3.7" and python_version<"3.10" numpy==1.22.2; platform_python_implementation!="PyPy" and python_version>="3.10" and python_version<"3.11" -pytest==7.0.0 +pytest==9.0.3 pytest-timeout scipy==1.5.4; platform_python_implementation!="PyPy" and python_version<"3.10" scipy==1.10.0; platform_python_implementation!="PyPy" and python_version=="3.10"