From 312e69ede99dcb01c096eaa373c70d7e13c1bb3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 15:04:21 +0000 Subject: [PATCH] Update dependency pytest to v8.3.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3afbb21f..4ea60c44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "flake8==7.1.1", "isort==5.13.2", "mypy==1.13.0", - "pytest==8.3.3", + "pytest==8.3.4", "pytest-cov==6.0.0", "pytest-mock==3.14.0", "pdbpp==0.10.3",