From d37887fb932fb75a79686e11cb200293d8055771 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:57:40 +0000 Subject: [PATCH] chore(deps): update flask-wtf requirement from >=1.2 to >=1.3.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 203127a..4d1a0fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Flask>=3.1.3 -Flask-WTF>=1.2 +Flask-WTF>=1.3.0 Werkzeug>=3.0.6 Flask-Limiter>=3.0 Flask-Login>=0.6