From 8460fd42553674730b6d1ee4aea6ee5b59a55812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 03:37:34 +0000 Subject: [PATCH] Update coverage requirement from 7.4.3 to 7.5.3 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.4.3...7.5.3) --- 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 0b9d509..194499e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ version = "3.6.2" python = ">= 3.9" [tool.poetry.group.test.dependencies] -coverage = "7.4.3" +coverage = "7.5.3" pytest = "8.0.2" pytest-cov = "4.1.0"