From 127e02d4c2bbba24c8f02cb9b750212057d09340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 06:13:24 +0000 Subject: [PATCH] Bump coverage from 7.3.2 to 7.6.1 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.2 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.3.2...7.6.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 164da56..1d1d3cc 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -39,7 +39,7 @@ contourpy==1.1.1 # via matplotlib country-converter==1.1.1 # via -r requirements.dev.in -coverage==7.3.2 +coverage==7.6.1 # via -r requirements.dev.in cycler==0.11.0 # via matplotlib