From bc4a2175740ff16763648ed3fad1d22577a9cc76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 21:29:29 +0000 Subject: [PATCH] Bump pytest in /cuda_core in the test-deps group across 1 directory Bumps the test-deps group with 1 update in the /cuda_core 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_core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuda_core/pyproject.toml b/cuda_core/pyproject.toml index b9c2408fac..17dfc3e79e 100644 --- a/cuda_core/pyproject.toml +++ b/cuda_core/pyproject.toml @@ -62,7 +62,7 @@ cu13 = ["cuda-bindings[all]==13.*", "cuda-toolkit==13.*"] test = [ "cython>=3.2,<3.3", "setuptools>=80", - "pytest==9.1.0", + "pytest==9.1.1", "pytest-benchmark==5.2.3", "pytest-randomly==4.1.0", "pytest-repeat==0.9.4",