From 320a3ced02374a01a44c3d4db4527e7f765eb8a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 02:36:40 +0000 Subject: [PATCH] Update dependency lxml to v5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b539808..3f93cdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ black = { version = "^24.0.0", allow-prereleases = true } ipython = "^8.10.0" pytest = "^7.2.0" xmldiff = "^2.4" -lxml = "^4.9.2" +lxml = "^5.0.0" pytest-cov = "^4.0.0" responses = "^0.25.0"