Update wtforms requirement from <2.3,~=2.2.1 to >=2.2.1,<2.4.0

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.2.1...2.3.3)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-06-07 21:25:37 +00:00 committed by GitHub
parent 7f695ca25a
commit e0f32b3c64
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 Flask-RESTful~=0.3
Flask-SQLAlchemy~=2.4 Flask-SQLAlchemy~=2.4
Flask-WTF~=0.14,>=0.14.3 # See b76da172652da94c1f9c4b2fdd965375da8a2c3f Flask-WTF~=0.14,>=0.14.3 # See b76da172652da94c1f9c4b2fdd965375da8a2c3f
WTForms~=2.2.1,<2.3 # See #567 WTForms>=2.2.1,<2.4.0 # See #567
Flask>=1.1,<3.0 Flask>=1.1,<3.0
itsdangerous>=1.1,<3.0 itsdangerous>=1.1,<3.0
Jinja2>=2.11,<4.0 Jinja2>=2.11,<4.0