summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-07-30 05:13:00 +0000
committerGitHub <noreply@github.com>2020-07-30 05:13:00 +0000
commit4b02a2a29469f48fa7cd78b7f25b0e4524b82f66 (patch)
tree5e97e3593df4dc267dc4bf475c9daa2fd607cf9a
parentb21457fdd4ee741416708f68b222d41ec3d6cb9c (diff)
downloaddnspython-dependabot/pip/pytest-tw-6.0.0.tar.gz
Update pytest requirement from ^5.4.1 to ^6.0.0dependabot/pip/pytest-tw-6.0.0
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/5.4.1...6.0.0) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 51d8b8e..7fb5ba7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,7 @@ sniffio = {version="^1.1", optional=true}
[tool.poetry.dev-dependencies]
mypy = "^0.782"
-pytest = "^5.4.1"
+pytest = "^6.0.0"
pytest-cov = "^2.10.0"
flake8 = "^3.7.9"
sphinx = "^3.0.0"