From 3db666dbbc6d0a69e3e6b334408a39946f12abb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 22:27:41 +0200 Subject: [PATCH] build(deps): bump coverage from 7.5.1 to 7.5.2 in /requirements (#2568) Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.1 to 7.5.2. - [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.1...7.5.2) --- 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 8d9d2ae5f6fea65e861026b90e365ec34b5c57b1) --- requirements/_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/_tests.txt b/requirements/_tests.txt index 024931f11e9..cd363293c6e 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.1 +coverage ==7.5.2 pytest ==8.2.1 pytest-cov ==5.0.0 pytest-doctestplus ==1.2.1