From 4b02a2a29469f48fa7cd78b7f25b0e4524b82f66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2020 05:13:00 +0000 Subject: Update pytest requirement from ^5.4.1 to ^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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1