From b6b07bfacdd41693b2ef68570053ef6a674b3e1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 10:15:05 +0000 Subject: [PATCH] Update dependency types-defusedxml to v0.7.0.20250708 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40172f4f..28f84fbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ test = [ "coverage>=7.9,<7.10", "coverage-threshold~=0.4", "defusedxml==0.7.1", - "types-defusedxml==0.7.0.20250516", + "types-defusedxml==0.7.0.20250708", "flask-wtf==1.2.2", "types-WTForms==3.2.1.20250602", "Flask<4",