From 84537a474faf60348b1c6f886c5e79353f65c70d Mon Sep 17 00:00:00 2001 From: Tine Wittler <no-reply@edugit.org> Date: Thu, 1 Feb 2024 20:35:37 +0000 Subject: [PATCH] Update dependency pytest-sugar to v1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e25a24a..860b965 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ flake8-black = "^0.3.6" isort = "^5.12.0" flake8-isort = "^4.0.0" pytest-cov = "^4.1.0" -pytest-sugar = "^0.9.2" +pytest-sugar = "^1.0.0" [tool.black] line-length = 100 -- GitLab