From 71c80519eb37ef99cc7a57fe0a15479b2fa62c98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 00:55:22 +0000 Subject: [PATCH] chore(deps-dev): bump coverage Bumps the dev-dependencies group with 1 update in the / directory: [coverage](https://github.com/nedbat/coveragepy). Updates `coverage` from 7.5.3 to 7.6.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.3...7.6.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor 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 f1dfd0a..1bf0f9a 100644 --- a/example/requirements-dev.txt +++ b/example/requirements-dev.txt @@ -1 +1 @@ -coverage==7.5.3 +coverage==7.6.1