Compare commits

...

1 commit

Author SHA1 Message Date
dependabot[bot]
73767945bb
Update wtforms requirement from <3.2,>=2.3.3 to >=2.3.3,<3.3
Updates the requirements on [wtforms](https://github.com/pallets-eco/wtforms) to permit the latest version.
- [Release notes](https://github.com/pallets-eco/wtforms/releases)
- [Changelog](https://github.com/pallets-eco/wtforms/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets-eco/wtforms/compare/2.3.3...3.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-20 04:12:33 +00:00

View file

@ -39,7 +39,7 @@ dependencies = [
"Flask-SQLAlchemy>=2.4,<3", "Flask-SQLAlchemy>=2.4,<3",
"Flask-Talisman>=0.8,<2", "Flask-Talisman>=0.8,<2",
"Flask-WTF>=0.14.3,<2", "Flask-WTF>=0.14.3,<2",
"WTForms>=2.3.3,<3.2", "WTForms>=2.3.3,<3.3",
"Flask>=2,<3", "Flask>=2,<3",
"Werkzeug>=2,<3", "Werkzeug>=2,<3",
"itsdangerous>=2,<3", "itsdangerous>=2,<3",