From 2a1f2180186a3176c8ee8ca897dee5239a033634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 15:30:50 +0000 Subject: [PATCH] chore(uv): update pytest requirement from >=9.0.2 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/9.0.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 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 b7b7642e..ef2a1f94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dev = [ "mkdocs-material>=9.7.6", "nox>=2025.11.12", "pre-commit>=4.5.1", - "pytest>=9.0.2", + "pytest>=9.0.3", "pytest-cov>=7.1.0", "ruff>=0.15.11", "sqlfluff>=4.1.0",