summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-04 16:03:43 +0000
committerGitHub <noreply@github.com>2021-10-04 16:03:43 +0000
commiteb358c90d6e78bf762bd5819ea6722029e2b7286 (patch)
tree844ff353917771f874a46cec73f07b73e7841c81
parentd1bd078d9e9f99c8dc05696c58f100dcb53b0541 (diff)
downloaddnspython-dependabot/pip/pytest-cov-tw-3.0.0.tar.gz
Update pytest-cov requirement from ^2.10.0 to ^3.0.0dependabot/pip/pytest-cov-tw-3.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/v2.10.0...v3.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index fdc5889..291d696 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,7 +21,7 @@ sniffio = {version="^1.1", optional=true}
[tool.poetry.dev-dependencies]
mypy = "^0.910"
pytest = ">=5.4.1,<7"
-pytest-cov = "^2.10.0"
+pytest-cov = "^3.0.0"
flake8 = "^3.7.9"
sphinx = "^4.0.0"
coverage = "^5.1"