Update flask-wtf requirement from <1,>=0.14.3 to >=0.14.3,<2

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.0.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] 2021-11-08 04:00:39 +00:00 committed by GitHub
parent 023d22dbcd
commit 14751369d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ install_requires =
Flask-RESTful>=0.3.9,<1
Flask-SQLAlchemy>=2.4,<3
Flask-Talisman>=0.8,<1
Flask-WTF>=0.14.3,<1
Flask-WTF>=0.14.3,<2
WTForms>=2.3.1,<2.4
Flask>=2,<3
itsdangerous>=2,<3