From b5ddd856b7db08a4296088626350a493bbdd0b60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 21:09:45 -0800 Subject: [PATCH] Bump coverage[toml] from 7.4.4 to 7.6.10 (#325) Bumps [coverage[toml]](https://github.com/nedbat/coveragepy) from 7.4.4 to 7.6.10. - [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.4.4...7.6.10) --- updated-dependencies: - dependency-name: coverage[toml] 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> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index feb89ea..ed89a82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dev = [ "attribution==1.7.1", "black==24.3.0", "build>=1.2", - "coverage[toml]==7.4.4", + "coverage[toml]==7.6.10", "flake8==7.0.0", "flake8-bugbear==24.2.6", "flit==3.10.1",