From 0bf6cb64dbc092c8bd81d36ba38a4aafcbd94f70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 00:14:16 +0000 Subject: [PATCH] Bump coverage from 7.5.4 to 7.6.1 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.4 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.4...7.6.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6556bafc..c2ee741c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -39,7 +39,7 @@ click==8.1.3 # -c requirements.txt # black # pip-tools -coverage==7.5.4 +coverage==7.6.1 # via -r dev-requirements.in curtsies==0.4.2 # via bpython