From fb48d1c486ceda531a7fb0a1949e7abeefe589bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 22:20:04 +0000 Subject: [PATCH] Update dependency lxml to v5 --- tests-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-requirements.txt b/tests-requirements.txt index 3e6883862d..307183f087 100644 --- a/tests-requirements.txt +++ b/tests-requirements.txt @@ -1,5 +1,5 @@ jsonschema==4.20.0 -lxml==4.9.4 +lxml==5.0.1 pytest==7.4.3 pytest-cov==4.1.0 pytest-ordering==0.6