From 494513777a386f67dd0fb921931e05e54b4b2170 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 Jan 2021 04:42:19 +0000 Subject: [PATCH] Update pytest requirement from ^5.4.3 to ^6.2.2 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.3...6.2.2) 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 b723afa..70d2440 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ taskipy = "^1.2.1" black = "~19.10b0" pylint = "^2.5.3" mypy = "~0.782" -pytest = "^5.4.3" +pytest = "^6.2.2" pytest-cov = "^2.10.0" pytest-sugar = "~0.9.3"