From 71c088f4887e8bd2a293af1f20c33894bc1e5604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 13:01:23 +0200 Subject: [PATCH] build(deps): bump coverage from 7.5.0 to 7.5.1 in /requirements (#2529) Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.0 to 7.5.1. - [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.5.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 71c89df8d8b316ab8204de6002c6c09d868e944a) --- requirements/_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/_tests.txt b/requirements/_tests.txt index 6bf2a66a3d4..c5103368a17 100644 --- a/requirements/_tests.txt +++ b/requirements/_tests.txt @@ -1,7 +1,7 @@ # NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment -coverage ==7.5.0 +coverage ==7.5.1 pytest ==8.1.1 pytest-cov ==5.0.0 pytest-doctestplus ==1.2.1