From 65cc545a274a277c10d7500173ce5b1f03762a4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 20:01:19 +0000 Subject: [PATCH] Bump pytest in /cuda_bindings in the test-deps group across 1 directory Bumps the test-deps group with 1 update in the /cuda_bindings directory: [pytest](https://github.com/pytest-dev/pytest). Updates `pytest` from 9.1.0 to 9.1.1 - [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/9.1.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: test-deps ... Signed-off-by: dependabot[bot] --- cuda_bindings/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuda_bindings/pyproject.toml b/cuda_bindings/pyproject.toml index 45c6f89d7b..b405a67fbc 100644 --- a/cuda_bindings/pyproject.toml +++ b/cuda_bindings/pyproject.toml @@ -50,7 +50,7 @@ test = [ # TODO: remove the Python 3.15 guard once 3.15 is officially supported "matplotlib>=3.5.0,<=3.10.9; python_version < '3.15'", "numpy>=1.21.1,<=2.5.0", - "pytest==9.1.0", + "pytest==9.1.1", "pytest-benchmark==5.2.3", "pytest-repeat==0.9.4", "pytest-randomly==4.1.0",