From 7d22bc0cea45d09d160d44012571d9cdc9c29e9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 18:10:07 +0000 Subject: [PATCH] chore(deps): update dependency pytest-sugar to v1.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index efc0482..809448b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ local_scheme = "no-local-version" [tool.hatch.envs.dev] dependencies = [ "pytest==8.4.1", - "pytest-sugar==1.0.0", + "pytest-sugar==1.1.0", "pytest-cov==6.2.1", "black==25.1.0", "flake8==7.3.0",