From a74a4de28b86d9de75705e73cf82a62f2b8d1248 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 19:09:17 +0000 Subject: [PATCH] Update dependency testing/pytest to v8.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d8c21d177..d5c0f20077 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ no-version = [ testing = [ "jsonschema==4.23.0", "lxml==5.2.2", - "pytest==8.2.2", + "pytest==8.3.1", "pytest-cov==5.0.0", "pytest-ordering==0.6", "requests-mock==1.12.1",