From ab8629a8c6406c2715fa8a2389b611a5807848e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:23:26 +0000 Subject: [PATCH] Bump coverage[toml] from 7.5.3 to 7.5.4 Bumps [coverage[toml]](https://github.com/nedbat/coveragepy) from 7.5.3 to 7.5.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/7.5.3...7.5.4) --- updated-dependencies: - dependency-name: coverage[toml] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b9411c..eae1263 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ lint = [ ] test-core = [ - "coverage[toml]==7.5.3", + "coverage[toml]==7.5.4", "pytest==8.2.2", "pytest-asyncio==0.23.7", ]