From a378db99a3146ec3882e09e5aae3f187e26bd9af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 23:03:14 +0000 Subject: [PATCH] Update coverage requirement in the all-dependencies group Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. Updates `coverage` to 7.6.0 - [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.0...7.6.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 20e877c..420b94e 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,7 +1,7 @@ # This file prepares the pytest and coverage env and is used by tox.ini codecov~=2.1 cov-core~=1.15 -coverage~=7.5 +coverage~=7.6 flake8~=7.1 mock~=5.1 pytest~=8.2