From a9d5388552fdb4c788c13dd6565c8d9196550806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 10:32:43 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 9.0.2 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.2 to 9.0.3. - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b1e3f6f..5d46e14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ backend = [ ] dev = [ - "pytest>=8.3.5", + "pytest>=9.0.3", "pytest-asyncio>=0.23.0", "pytest-cov>=5.0.0", "pyyaml>=6.0.2", diff --git a/requirements-dev.txt b/requirements-dev.txt index b5c8fbf..4c7f74b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ # ClawAudit test suite dependencies # Pin to exact versions for reproducible CI builds. -pytest==9.0.2 +pytest==9.0.3 pytest-cov==7.0.0 pyyaml==6.0.3