From 2ca01e4dbdc8c8eee38127d57898863afb4bd6c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 16:39:38 +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 8026e0c8ab..03da1c2083 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ no-version = [ testing = [ "jsonschema==4.23.0", "lxml==5.3.0", - "pytest==8.3.3", + "pytest==8.3.4", "pytest-cov==6.0.0", "pytest-ordering==0.6", "requests-mock==1.12.1",