From 9e34c2fe053ec2eb5f96f0b052423732bec6d84a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 23:26:01 +0000 Subject: [PATCH] chore(deps): bump coverage from 6.5.0 to 7.4.2 Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.4.2. - [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.2) --- 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 cb2e9b3..87e0fa9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,7 +49,7 @@ contextily==1.5.0 # via GeoProfileCore (pyproject.toml) contourpy==1.2.0 # via matplotlib -coverage==6.5.0 +coverage==7.4.2 # via coveralls coveralls==3.3.1 # via GeoProfileCore (pyproject.toml)