From 47d0af8c470bee5348c497c6ce139887607200a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 17:02:42 +0000 Subject: [PATCH] chore(deps): bump flask-wtf from 1.2.2 to 1.3.0 Bumps [flask-wtf](https://github.com/pallets-eco/flask-wtf) from 1.2.2 to 1.3.0. - [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.2...v1.3.0) --- updated-dependencies: - dependency-name: flask-wtf dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 534437c3..c2ab021a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ flask==3.1.3 passlib==1.7.4 pymysql==1.1.2 python-magic==0.4.27 -flask-wtf==1.2.2 +flask-wtf==1.3.0 requests==2.33.1 pyIsEmail==2.0.1 GitPython==3.1.46