From 0aa51dc814dde2fbf547f77b53930736b114e730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 18:40:17 +0200 Subject: [PATCH] build(deps-dev): bump pytest from 6.2.3 to 6.2.4 (#298) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index fd009ef0..f724321f 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ verify_ssl = true [dev-packages] black = "==21.4b2" -pytest = "==6.2.3" +pytest = "==6.2.4" pytest-asyncio = "==0.15.1" pytest-cov = "==2.11.1" pytest-mock = "==3.6.0"