From e714582096496a2f990815e6a0ddcb3da3153859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 18:46:08 +0000 Subject: [PATCH] Bump coverage from 7.13.3 to 7.14.3 in /mailbox-app Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.13.3 to 7.14.3. - [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.14.3) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.14.3 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..d3f9abe 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.14.3 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..b8c8876 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.14.3 pip-audit==2.10.0 pytest==9.1.1 pytest-cov==7.0.0