From 1f7a70f57ee199adf649cee3422e005184b2d1ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:06:12 +0000 Subject: [PATCH] build(deps): Bump coverage from 7.2.7 to 7.3.2 (#289) Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.7 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/7.2.7...7.3.2) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paulo Ribeiro --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 1a8b79b..676b8ec 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,5 @@ pytest==7.4.3 pytest-cov==4.1.0 -coverage==7.2.7 +coverage==7.3.2 mkdocs-material==9.2.5 -e .