From a7cd5fd143e503c869469349ee1b51628bedd859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 03:11:15 +0000 Subject: [PATCH] Update pytest-cov requirement from ^3.0.0 to ^4.0.0 Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [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.0.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..6155a956 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.0.0" pytest = "^7.1.2" black = "^21.4b2" neovim = "^0.3.1"