From 84c8af59135e3296d996b5a7bee8ce04c8c55e38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 May 2021 16:29:32 +0000 Subject: [PATCH] Bump pytest from 6.2.3 to 6.2.4 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.3 to 6.2.4. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.2.3...6.2.4) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 9d55d5b..082ceb3 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ coverage = "==5.5" flake8 = "==3.9.1" pre-commit = "==2.12.1" pylint = "==2.8.2" -pytest = "==6.2.3" +pytest = "==6.2.4" pytest-cov = "==2.11.1" [packages]