From b6ba7c6294d35b1eb68b1feb9a6507b15afc99f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 00:47:24 +0000 Subject: [PATCH] chore(deps-dev): bump coverage in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [coverage](https://github.com/nedbat/coveragepy). Updates `coverage` from 7.8.0 to 7.8.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.8.0...7.8.2) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.8.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- example/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements-dev.txt b/example/requirements-dev.txt index bd8bbc4..d973d8c 100644 --- a/example/requirements-dev.txt +++ b/example/requirements-dev.txt @@ -1 +1 @@ -coverage==7.8.0 +coverage==7.8.2