From 773400d409f1d2434a533979df7413b9b1b8df46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 21:19:04 +0000 Subject: [PATCH] Update pytest-cov requirement from ~=4.0.0 to ~=4.1.0 Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e4ece9..f45b02d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ test = [ 'mock~=5.0.1', 'names~=0.3.0', 'pytest~=7.3.1', - 'pytest-cov~=4.0.0', + 'pytest-cov~=4.1.0', 'requests-mock~=1.10.0', ]