From 69a680ab68ef49d733fd273cf054bca2070187c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:38:04 +0000 Subject: [PATCH] chore(deps): bump coverage from 6.5.0 to 7.3.4 Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.3.4. - [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.4) --- 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..cf10e12 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.4 # via coveralls coveralls==3.3.1 # via plxcontroller (pyproject.toml)