From 658a58755c6654bffaab04722889b707812ddd01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 00:45:26 +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.10.1 to 7.10.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.10.1...7.10.2) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.10.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 df22244..dc0ba34 100644 --- a/example/requirements-dev.txt +++ b/example/requirements-dev.txt @@ -1 +1 @@ -coverage==7.10.1 +coverage==7.10.2