From 6bab72a4f7a51aa134ea72ca475b9195acc2d50e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 05:08:06 +0000 Subject: [PATCH] Bump pytest-cov from 4.1.0 to 5.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 9305eec..07d7951 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ boto3-stubs = {version = "==1.34.74", extras = ["dynamodb"]} [dev-packages] towncrier = "==23.11.0" -pytest-cov = "==4.1.0" +pytest-cov = "==5.0.0" pytest-xdist = "==3.5.0" black = "==24.3.0" mypy = "==1.9.0"