From 0e6c1229508b4fc09272fc885131c010b9650820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 05:42:23 +0000 Subject: [PATCH] Bump types-wtforms from 3.2.1.20241221 to 3.2.1.20250304 Bumps [types-wtforms](https://github.com/python/typeshed) from 3.2.1.20241221 to 3.2.1.20250304. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-wtforms dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d79decef..12a0970d 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",