From 33352706923b088dd2e42febde18aa1edbaf388b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 10:28:37 +0100 Subject: [PATCH] Update wtforms requirement from ~=3.0 to ~=3.2 (#3551) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6f7c6f52..336c185e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ requests-file # If specific version needed for security, use urllib3>=1.26.19,<3.0 chardet>2.3.0 -wtforms~=3.0 +wtforms~=3.2 jsonpath-ng~=1.5.3 # dnspython - Used by paho-mqtt for MQTT broker resolution