From a23227cdb0994a1bb4b1a7e7926f5cba9c3bbd97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 03:40:32 +0000 Subject: [PATCH] Bump coverage from 7.13.3 to 7.15.0 in /mailbox-app Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.13.3 to 7.15.0. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.13.3...7.15.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.15.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..0d3c5d1 100644 --- a/mailbox-app/requirements/constraints.txt +++ b/mailbox-app/requirements/constraints.txt @@ -5,7 +5,7 @@ asgiref==3.11.1 bandit==1.9.4 bleach==6.4.0 cffi==2.0.0 -coverage==7.13.3 +coverage==7.15.0 Django==5.2.15 filelock==3.20.3 gunicorn==25.1.0 diff --git a/mailbox-app/requirements/development.txt b/mailbox-app/requirements/development.txt index edb9ce9..23365e7 100644 --- a/mailbox-app/requirements/development.txt +++ b/mailbox-app/requirements/development.txt @@ -1,6 +1,6 @@ -r locked.txt bandit==1.9.4 -coverage==7.13.3 +coverage==7.15.0 pip-audit==2.10.0 pytest==9.1.1 pytest-cov==7.0.0