From bc075c06b99f48922ad5774e93b35780f85491df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:43:03 +0000 Subject: [PATCH] build(deps): bump coverage from 7.5.4 to 7.6.* in /requirements (#284) * build(deps): bump coverage from 7.5.4 to 7.6.0 in /requirements Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.4 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.4...7.6.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * * --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com> --- requirements/_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/_tests.txt b/requirements/_tests.txt index 3dbe4351..75a8147a 100644 --- a/requirements/_tests.txt +++ b/requirements/_tests.txt @@ -1,5 +1,5 @@ coverage ==7.2.7; python_version < '3.8' -coverage ==7.5.4; python_version >= '3.8' +coverage ==7.6.*; python_version >= '3.8' pytest ==7.4.3; python_version < '3.8' pytest ==8.2.2; python_version >= '3.8' pytest-cov ==5.0.0