From 285ddbd258a363af6c67ff42483cc978bd3f3935 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 09:24:51 +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 63c1e88..b463d0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ comm==0.2.0 # via ipykernel contourpy==1.2.0 # via matplotlib -coverage==6.5.0 +coverage==7.4.1 # via coveralls coveralls==3.3.1 # via plxcontroller (pyproject.toml)