diff options
| author | Bob Halley <halley@dnspython.org> | 2021-10-04 09:51:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-04 09:51:16 -0700 |
| commit | fbdb0ca75925fdcf67cf4536ebf6b4f3896bca27 (patch) | |
| tree | 30e4528e9320a7549e0a96c7d1425571b3c80db4 /pyproject.toml | |
| parent | 2619fe1a5355964908fc0247a06f7acaae711681 (diff) | |
| parent | eb358c90d6e78bf762bd5819ea6722029e2b7286 (diff) | |
| download | dnspython-fbdb0ca75925fdcf67cf4536ebf6b4f3896bca27.tar.gz | |
Merge pull request #697 from rthalley/dependabot/pip/pytest-cov-tw-3.0.0
Update pytest-cov requirement from ^2.10.0 to ^3.0.0
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8e0b19a..6400345 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 = "^6.0" |
