From: Bob Halley Date: Fri, 4 Feb 2022 16:22:43 +0000 (-0800) Subject: update pytest tool dep, remove mypy dep X-Git-Tag: v2.2.1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c17aa471e133c53e3eda6c9d8fd3715dd6cdc55;p=thirdparty%2Fdnspython.git update pytest tool dep, remove mypy dep --- diff --git a/pyproject.toml b/pyproject.toml index bf6b8d9f..4b8ce22c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,8 +49,7 @@ sniffio = {version="^1.1", optional=true} wmi = {version="^1.5.1", optional=true} [tool.poetry.dev-dependencies] -mypy = "^0.920" -pytest = ">=5.4.1,<7" +pytest = ">=5.4.1,<8" pytest-cov = "^3.0.0" flake8 = "^4.0.1" sphinx = "^4.0.0"