From 06b00f8b23ae1b77aca9f6a00119cfe70dffe0b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 05:44:51 +0000 Subject: [PATCH] chore(deps-dev): update coverage requirement from 7.6.0 to 7.6.1 Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. - [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.0...7.6.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f08f015..f9e4a2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ defusedxml = "^0.7.1" [tool.poetry.dev-dependencies] tox = "4.11.4" -coverage = "7.6.0" +coverage = "7.6.1" xmldiff = "2.7.0" mypy = "1.11.1" autopep8 = "2.3.1"