From 62f94cbeef8c6e5f27b65e910c50fa717e7fe836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 01:52:58 +0000 Subject: [PATCH] Bump coverage from 7.5.3 to 7.5.4 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.3 to 7.5.4. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.5.3...7.5.4) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 1ce45a667..fe388d399 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -10,7 +10,7 @@ pytest-sugar==0.9.7 # https://github.com/Frozenball/pytest-sugar # Code quality # ------------------------------------------------------------------------------ # flake8 is installed as dependency in base.txt -coverage==7.5.3 # https://github.com/nedbat/coveragepy +coverage==7.5.4 # https://github.com/nedbat/coveragepy pydocstyle==6.3.0 # Django