From fa4e5fc08b307309eca8cedfc51cd2a4bc3b969f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:49:03 +0000 Subject: [PATCH] chore(deps): bump coverage from 6.5.0 to 7.4.1 Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.4.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/6.5.0...7.4.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 484e796..fcc3dbc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -60,7 +60,7 @@ contextily==1.4.0 # via py-vibracore (pyproject.toml) contourpy==1.2.0 # via matplotlib -coverage==6.5.0 +coverage==7.4.1 # via coveralls coveralls==3.3.1 # via py-vibracore (pyproject.toml)