From 73767945bb72ce11b0e7cf4f99e2499029bdae73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 04:12:33 +0000 Subject: [PATCH] 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee8ad57b..2f786f84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "Flask-SQLAlchemy>=2.4,<3", "Flask-Talisman>=0.8,<2", "Flask-WTF>=0.14.3,<2", - "WTForms>=2.3.3,<3.2", + "WTForms>=2.3.3,<3.3", "Flask>=2,<3", "Werkzeug>=2,<3", "itsdangerous>=2,<3",