From 4305028df620fc6d42d9233bd06d2a7e613f1332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 22:13:20 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-runner from 6.0.0 to 6.0.1 Bumps [pytest-runner](https://github.com/pytest-dev/pytest-runner) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/pytest-dev/pytest-runner/releases) - [Changelog](https://github.com/pytest-dev/pytest-runner/blob/main/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-runner/compare/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: pytest-runner dependency-version: 6.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index af5f681..d530921 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ onnx-tests = [ "numpy<2", "tabulate==0.9.0", "pytest-cov==4.1.0", - "pytest-runner==6.0.0", + "pytest-runner==6.0.1", "hypothesis[numpy]>=6.0.0", "onnxruntime==1.15.1", ]