From 0849fe550deb3db97eb476e3162b7d70fc922ecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 06:56:24 +0000 Subject: [PATCH] Bump coverage from 7.3.2 to 7.3.3 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.2 to 7.3.3. - [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.3.3) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch ... 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..62a62de 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.3.3 # via -r requirements.dev.in cycler==0.11.0 # via matplotlib