From a6b84658707b2abec2c50b2e763001f4edc7b277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 13:24:42 +0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20pytest-pretty=20from=201.1.1?= =?UTF-8?q?=20to=201.2.0=20(#113)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pytest-pretty](https://github.com/samuelcolvin/pytest-pretty) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/samuelcolvin/pytest-pretty/releases) - [Commits](https://github.com/samuelcolvin/pytest-pretty/compare/v1.1.1...v1.2.0) --- updated-dependencies: - dependency-name: pytest-pretty dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e935fa..f925543 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ test = [ "codecov==2.1.12", "pytest-cov==4.0.0", "python-decouple", - "pytest-pretty==1.1.1" + "pytest-pretty==1.2.0" ] docs = [ "mkdocs >=1.1.2,<2.0.0",