Update flask-wtf requirement from <1.2,>=0.14.3 to >=0.14.3,<1.3

Updates the requirements on [flask-wtf](https://github.com/wtforms/flask-wtf) to permit the latest version.
- [Release notes](https://github.com/wtforms/flask-wtf/releases)
- [Changelog](https://github.com/wtforms/flask-wtf/blob/main/docs/changes.rst)
- [Commits](https://github.com/wtforms/flask-wtf/compare/0.14.3...v1.2.0)

---
updated-dependencies:
- dependency-name: flask-wtf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-02 04:20:08 +00:00 committed by GitHub
parent ff43a83262
commit 4fcac54a7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ install_requires =
Flask-RESTful>=0.3.9,<1
Flask-SQLAlchemy>=2.4,<3
Flask-Talisman>=0.8,<2
Flask-WTF>=0.14.3,<1.2 # Version 1.2.0 has a bug, see https://github.com/wtforms/flask-wtf/pull/578
Flask-WTF>=0.14.3,<1.3 # Version 1.2.0 has a bug, see https://github.com/wtforms/flask-wtf/pull/578
WTForms>=2.3.1,<3.1
Flask>=2,<2.3
Werkzeug>=2,<2.3