From 430482e36d778c00c10413bba6f6683bf074e71d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 02:30:50 +0000 Subject: [PATCH] chore(deps-dev): Update coverage requirement from 7.5.0 to 7.5.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.5.0...7.5.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 5f141b4e..819dd05b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ chardet = "^5.1" [tool.poetry.group.dev.dependencies] # pin to exact versions, if the tool/lib/plugin is process-relevant -coverage = "7.5.0" +coverage = "7.5.1" ddt = "1.7.2" flake8 = { version = "7.0.0", python = ">=3.8.1" } flake8-annotations = { version = "3.0.1", python = ">=3.8.1" }