From a9e53e3e8eedee42f28a48c2a9e455c3765c765c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 10:58:34 +0000 Subject: [PATCH] build(deps-dev): bump coverage from 7.4.4 to 7.5.3 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.4 to 7.5.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.4.4...7.5.3) --- 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 126d7abb..0fc7c8d6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -26,7 +26,7 @@ colorama==0.4.6 # via sphinx-autobuild contourpy==1.1.1 # via matplotlib -coverage==7.4.4 +coverage==7.5.3 # via pytest-cov cycler==0.12.1 # via matplotlib