From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 16:03:43 +0000 (+0000) Subject: Update pytest-cov requirement from ^2.10.0 to ^3.0.0 X-Git-Tag: v2.2.0rc1~58^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb358c90d6e78bf762bd5819ea6722029e2b7286;p=thirdparty%2Fdnspython.git Update pytest-cov requirement from ^2.10.0 to ^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] --- diff --git a/pyproject.toml b/pyproject.toml index fdc5889e..291d6960 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"