From e70c6241d326f756cd113fc93394f68431e662f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 23:10:33 +0000 Subject: [PATCH] chore(deps): bump flask-wtf from 0.15.1 to 1.2.2 in /demos/11 Bumps [flask-wtf](https://github.com/pallets-eco/flask-wtf) from 0.15.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/v0.15.1...v1.2.2) --- updated-dependencies: - dependency-name: flask-wtf dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- demos/11/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/11/requirements.txt b/demos/11/requirements.txt index 5cf350f..f13e84c 100644 --- a/demos/11/requirements.txt +++ b/demos/11/requirements.txt @@ -1,7 +1,7 @@ Flask==2.0.1 requests==2.26.0 python-dotenv==0.19.0 -Flask-WTF==0.15.1 +Flask-WTF==1.2.2 Werkzeug==2.0.1 Jinja2==3.0.1 itsdangerous==2.0.1