From eb599e21f5759f9d56e4aa32434a6617693843a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 03:32:49 +0000 Subject: [PATCH] chore(deps): update pytest requirement from >=8.0 to >=9.0.3 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.0.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b528654..b116b63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dev = [ "mypy>=1.13", "pip-audit>=2.7", "pre-commit>=4.0", - "pytest>=8.0", + "pytest>=9.0.3", "pytest-cov>=6.0", "ruff>=0.8", ] @@ -29,7 +29,7 @@ dev = [ [dependency-groups] dev = [ "build>=1.2", - "pytest>=8.0", + "pytest>=9.0.3", "pytest-cov>=6.0", "ruff>=0.8", "mypy>=1.13",