From 6dc6f822a36bda3d3760597d9697c41636b68741 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 07:08:37 +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 4bf1243..f921bb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "flake8==7.2.0", "pytest-cov==6.1.1", "pytest-sugar==1.0.0", - "pytest==8.3.5", + "pytest==8.4.1", ]