From ccc16f9162a66c64d989b5507f02224096a954ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Mar 2025 14:04:10 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8.3.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76ffd46..cec3653 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ local_scheme = "no-local-version" [tool.hatch.envs.dev] dependencies = [ - "pytest==8.3.4", + "pytest==8.3.5", "pytest-sugar==1.0.0", "pytest-cov==6.0.0", "black==24.10.0",