From 2cd43e38166851e835593659ab6d346e9b2fcfb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 20:00:42 +0000 Subject: [PATCH] Bump pytest Bumps the test-deps group with 1 update in the /cuda_pathfinder 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_pathfinder/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuda_pathfinder/pyproject.toml b/cuda_pathfinder/pyproject.toml index 5baa103681..01e4f4237c 100644 --- a/cuda_pathfinder/pyproject.toml +++ b/cuda_pathfinder/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [] [dependency-groups] test = [ - "pytest==9.1.0", + "pytest==9.1.1", "pytest-mock==3.15.1", "pytest-repeat==0.9.4", "pytest-randomly==4.1.0",