From 96e723ea6968d6a8416a61c8a844d09a4e522404 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 08:48:01 +0000 Subject: [PATCH] chore(deps) Update dependency pytest-cov to v5 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7580dab..c9e3ffb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,12 +33,12 @@ packages = [ ] readme = "README.md" repository = "https://github.com/atlas-bi/pre-commit-hooks" -version = "0.0.1" +version = "0.0.2" [tool.poetry.dependencies] coverage = {version = "^7.0", optional = true} pytest = {version = "^7.0.0", optional = true} -pytest-cov = {version = "^4.0.0", optional = true} +pytest-cov = {version = "^5.0.0", optional = true} python = "^3.6.2,<4.0" [tool.poetry.extras]