mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Update flask-wtf requirement from <1,>=0.14.3 to >=0.14.3,<2 (#912)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e1a8f8596a
commit
702a53e4d8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue