Update wtforms requirement from <3.1,>=2.3.1 to >=2.3.1,<3.2

Updates the requirements on [wtforms](https://github.com/wtforms/wtforms) to permit the latest version.
- [Release notes](https://github.com/wtforms/wtforms/releases)
- [Changelog](https://github.com/wtforms/wtforms/blob/master/CHANGES.rst)
- [Commits](https://github.com/wtforms/wtforms/compare/2.3.1...3.1.0)

---
updated-dependencies:
- dependency-name: wtforms
  dependency-type: direct:production
...

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

View file

@ -38,7 +38,7 @@ dependencies = [
"Flask-SQLAlchemy>=2.4,<3",
"Flask-Talisman>=0.8,<2",
"Flask-WTF>=0.14.3,<2",
"WTForms>=2.3.1,<3.1",
"WTForms>=2.3.1,<3.2",
"Flask>=2,<2.3",
"Werkzeug>=2,<2.3",
"itsdangerous>=2,<3",