From 5febb13d83fb364c2499e96ea17c93f2b5b35ba9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 12:10:02 +0200 Subject: [PATCH] Update dependency pytest to v7.4.2 (#1815) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tests-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-requirements.txt b/tests-requirements.txt index cdf43459fc..c8d7d1f9fa 100644 --- a/tests-requirements.txt +++ b/tests-requirements.txt @@ -1,6 +1,6 @@ jsonschema==4.19.0 lxml==4.9.3 -pytest==7.4.1 +pytest==7.4.2 pytest-cov==4.1.0 pytest-ordering==0.6 requests-mock==1.11.0