From bcc9b874afc214b2b242283e3ed2e2e2d433c5e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 22:59:21 +0000 Subject: [PATCH] chore(deps): bump flask-wtf from 1.2.1 to 1.2.2 Bumps [flask-wtf](https://github.com/pallets-eco/flask-wtf) from 1.2.1 to 1.2.2. - [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.1...v1.2.2) --- updated-dependencies: - dependency-name: flask-wtf dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 138eb8c..db85ba2 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Flask==2.3.3 -Flask-WTF==1.2.1 +Flask-WTF==1.2.2 Flask-Limiter==3.5.0 Flask-CORS==4.0.2 requests==2.31.0