From eb713757318d78257e37069e43d54cd44a789336 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 15:33:39 +0000 Subject: [PATCH] Update dependency types-wtforms to v3.2.1.20250304 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 109eb940..0a0c6cee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ test = [ "defusedxml==0.7.1", "types-defusedxml==0.7.0.20240218", "flask-wtf==1.2.2", - "types-WTForms==3.2.1.20241221", + "types-WTForms==3.2.1.20250304", "Flask<4", "httpx~=0.27", "Jinja2~=3.1.2",