From 7b4dee16f366303b72f9b937577f47bd69f4f21c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 18:56:24 +0000 Subject: [PATCH] Bump wtforms from 3.2.1 to 3.2.2 in /product-service Bumps [wtforms](https://github.com/pallets-eco/wtforms) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/pallets-eco/wtforms/releases) - [Changelog](https://github.com/pallets-eco/wtforms/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets-eco/wtforms/compare/3.2.1...3.2.2) --- updated-dependencies: - dependency-name: wtforms dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- product-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product-service/requirements.txt b/product-service/requirements.txt index 0d5d112..33f5f4a 100644 --- a/product-service/requirements.txt +++ b/product-service/requirements.txt @@ -3,7 +3,7 @@ Flask-JWT-Extended==4.7.1 Flask-Limiter==3.12 Flask-PyMongo==3.0.1 Flask-WTF==1.2.2 -WTForms==3.2.1 +WTForms==3.2.2 gunicorn==23.0.0 prometheus-client==0.22.1 pymongo==4.13.2