From aa19880971b4f9302dfb8fd052d3ce43e376505a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 03:07:37 +0000 Subject: [PATCH] Update pytest-cov requirement from ^3.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/v3.0.0...v4.1.0) --- updated-dependencies: - dependency-name: pytest-cov 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 1f1cce84..e8b48ba9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ pywhat = "3.0.0" xortool-ciphey = "^0.1.16" [tool.poetry.dev-dependencies] -pytest-cov = "^3.0.0" +pytest-cov = "^4.1.0" pytest = "^7.1.2" black = "^21.4b2" neovim = "^0.3.1"