From 62c36677bd6150cac1623fa6eb8b582ddb262653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 18:42:38 +0000 Subject: [PATCH] Bump pytest from 7.0.0 to 9.0.3 in /lib/alice/lib/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] --- lib/alice/lib/pybind11/tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/alice/lib/pybind11/tests/requirements.txt b/lib/alice/lib/pybind11/tests/requirements.txt index 1159287..a3cbc46 100644 --- a/lib/alice/lib/pybind11/tests/requirements.txt +++ b/lib/alice/lib/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.8.0; platform_python_implementation!="PyPy" and python_version=="3.10"