From c85d11d020df02aac4ebd89508592d9037172f1a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2019 04:32:06 +0000 Subject: [PATCH] chore(deps-dev): update pytest requirement from ^4.0 to ^5.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/4.0.0...5.0.0) Signed-off-by: dependabot-preview[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b975ec39c6..9349761f52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ tomlkit = "^0.5.3" [tool.poetry.dev-dependencies] ipython = "^7.2" black = "^19.3b0" -pytest = "^4.0" +pytest = "^5.0" flake8 = "^3.6" pytest-cov = "^2.6" pytest-mock = "^1.10"