summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2021-10-04 09:51:16 -0700
committerGitHub <noreply@github.com>2021-10-04 09:51:16 -0700
commitfbdb0ca75925fdcf67cf4536ebf6b4f3896bca27 (patch)
tree30e4528e9320a7549e0a96c7d1425571b3c80db4 /pyproject.toml
parent2619fe1a5355964908fc0247a06f7acaae711681 (diff)
parenteb358c90d6e78bf762bd5819ea6722029e2b7286 (diff)
downloaddnspython-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.toml2
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"