From 40c7c2f7c815c17423b3a6a591c8c507e807197c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 04:38:27 +0000 Subject: [PATCH] chore(deps-dev): update pytest requirement Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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/8.3.3...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9347214..2b31cb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ rocm = [ dev = [ "dprint-py>=0.57.0.0", "mypy>=1.15,<2", - "pytest>=8.3.3,<8.4.0", + "pytest>=8.3.3,<9.2.0", "pytest-cov", ] test = [