From 4f16cc47c8600ce0f5afe3e38528120ff16ccfcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 18:46:41 +0000 Subject: [PATCH] Bump pytest-cov from 7.0.0 to 7.1.0 in /mailbox-app Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 7.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/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- mailbox-app/requirements/constraints.txt | 2 +- mailbox-app/requirements/development.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mailbox-app/requirements/constraints.txt b/mailbox-app/requirements/constraints.txt index f76a291..37391f7 100644 --- a/mailbox-app/requirements/constraints.txt +++ b/mailbox-app/requirements/constraints.txt @@ -13,7 +13,7 @@ packaging==26.2 pip-audit==2.10.0 pycparser==3.0 pytest==9.1.1 -pytest-cov==7.0.0 +pytest-cov==7.1.0 pytest-django==4.12.0 python-dotenv==1.2.2 ruff==0.15.17 diff --git a/mailbox-app/requirements/development.txt b/mailbox-app/requirements/development.txt index edb9ce9..d976302 100644 --- a/mailbox-app/requirements/development.txt +++ b/mailbox-app/requirements/development.txt @@ -3,6 +3,6 @@ bandit==1.9.4 coverage==7.13.3 pip-audit==2.10.0 pytest==9.1.1 -pytest-cov==7.0.0 +pytest-cov==7.1.0 pytest-django==4.12.0 ruff==0.15.17