From 3328d8ad730f319d1fb4aa090bce324aaa499b89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 08:05:02 +0200 Subject: [PATCH] Update flask-wtf requirement from ~=1.2 to ~=1.3 (#4485) Updates the requirements on [flask-wtf](https://github.com/pallets-eco/flask-wtf) to permit the latest version. - [Release notes](https://github.com/pallets-eco/flask-wtf/releases) - [Changelog](https://github.com/pallets-eco/flask-wtf/blob/main/docs/changes.rst) - [Commits](https://github.com/pallets-eco/flask-wtf/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: flask-wtf dependency-version: 1.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c338c624b..e4df2734f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ flask-socketio>=5.6.1,<6 # Re #3910 flask>=3.1,<4 flask_cors # For the Chrome extension to operate flask_restful -flask_wtf~=1.2 +flask_wtf~=1.3 inscriptis~=2.2 python-engineio>=4.13.1,<5 python-socketio>=5.11.0,<6