summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2022-09-29 12:11:19 -0700
committerGitHub <noreply@github.com>2022-09-29 12:11:19 -0700
commit531c8ba11fc97476adbbcde005f7433d06b259d1 (patch)
tree0ccef33bc048a9f68a9cf60190b7720f94385bc9
parent975cb467422759368829b4092649b4efc5065481 (diff)
parent8f87a53dfe61009bd46c522b16f95e5f88f4896b (diff)
downloaddnspython-531c8ba11fc97476adbbcde005f7433d06b259d1.tar.gz
Merge pull request #841 from rthalley/dependabot/pip/pytest-cov-tw-4.0.0
Update pytest-cov requirement from ^3.0.0 to ^4.0.0
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 03b1a28..c3ae2b7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -50,7 +50,7 @@ wmi = {version="^1.5.1", optional=true}
[tool.poetry.dev-dependencies]
pytest = ">=5.4.1,<8"
-pytest-cov = "^3.0.0"
+pytest-cov = "^4.0.0"
flake8 = "^5.0.3"
sphinx = "^4.0.0"
coverage = "^6.0"