From 130f98c52f020ec34fd3d044cf76fa1b4b47da7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 09:20:08 +0000 Subject: [PATCH] build(deps): bump coverage from 6.5.0 to 7.3.2 Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.3.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.3.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 a7da532..9cc579c 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.3.2 # via coveralls coveralls==3.3.1 # via plxcontroller (pyproject.toml)