From e4a1127f851285c901218d0c7f1d4b97472bec51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 18:56:28 +0000 Subject: [PATCH] Bump flask-wtf from 1.2.2 to 1.3.0 in /user-service 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] --- user-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-service/requirements.txt b/user-service/requirements.txt index 896d2bd..c9466e1 100644 --- a/user-service/requirements.txt +++ b/user-service/requirements.txt @@ -1,7 +1,7 @@ Flask==3.1.1 Flask-JWT-Extended==4.7.1 Flask-PyMongo==3.0.1 -Flask-WTF==1.2.2 +Flask-WTF==1.3.0 WTForms==3.2.1 email-validator==2.2.0 gunicorn==23.0.0