From 36992697cafcbcd37829bb7bf81280c0c31bb659 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Mar 2025 14:40:13 +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 03f1e14..dac9f44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "flake8==7.1.1", "pytest-cov==6.0.0", "pytest-sugar==1.0.0", - "pytest==8.3.4", + "pytest==8.3.5", ]