From 7c48863ca0539eb0f5c9494f1f21fc78832f3851 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:12:41 +0000 Subject: [PATCH] Bump pytest-cov from 5.0.0 to 7.1.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 5.0.0 to 7.1.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements/constraints-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2a03a28..f633a3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ full = [ ] test = [ "pytest>=8.0,<9", - "pytest-cov>=5.0,<6", + "pytest-cov>=5.0,<8", ] dev = [ "agentsec-ai[test]", diff --git a/requirements/constraints-dev.txt b/requirements/constraints-dev.txt index b866755..369d456 100644 --- a/requirements/constraints-dev.txt +++ b/requirements/constraints-dev.txt @@ -8,7 +8,7 @@ pip-audit==2.10.0 pre-commit==3.8.0 pydantic==2.12.5 pytest==8.4.2 -pytest-cov==5.0.0 +pytest-cov==7.1.0 rich==13.9.4 ruff==0.15.2 tomli==2.4.0