From f8af0bdc821b47e6ccc846f096b38dfc1dbdef12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 04:43:07 +0000 Subject: [PATCH] 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 42369a33..b38c68b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",