From 11214a019612ba13bfeb0baccf658361e532816a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 07:40:04 +0000 Subject: [PATCH] Bump pytest-clarity from 0.3.0a0 to 1.0.1 Bumps [pytest-clarity](https://github.com/darrenburns/pytest-clarity) from 0.3.0a0 to 1.0.1. - [Release notes](https://github.com/darrenburns/pytest-clarity/releases) - [Commits](https://github.com/darrenburns/pytest-clarity/commits) --- updated-dependencies: - dependency-name: pytest-clarity dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index b4998c6..7e6ba77 100644 --- a/Pipfile +++ b/Pipfile @@ -14,7 +14,7 @@ black = "==20.8b1" flake8 = "*" pydocstyle = "*" pytest = "*" -pytest-clarity = "==0.3.0a0" +pytest-clarity = "==1.0.1" pytest-cov = "*" pytest-sugar = "*"