From a5a9c9f4b9557a9e1d215843f2f736ff92c9f5b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 07:54:02 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8.4.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5719a1..990d5a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ local_scheme = "no-local-version" [tool.hatch.envs.dev] dependencies = [ - "pytest==8.3.5", + "pytest==8.4.1", "pytest-sugar==1.0.0", "pytest-cov==6.1.1", "black==25.1.0",