From 302516eadc91d0c17951ff22d10fb3a34f3d538d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 20:59:00 +0000 Subject: [PATCH] build(deps): Bump coverage from 7.6.1 to 7.6.3 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.1 to 7.6.3. - [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.6.1...7.6.3) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 87562bd..033649c 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,5 @@ pytest==8.3.3 pytest-cov==5.0.0 -coverage==7.6.1 +coverage==7.6.3 mkdocs-material==9.5.40 -e .