From 82003f9fdefe4348101c8391c419f9f13d3b943b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:27:07 +0000 Subject: [PATCH] Update wtforms requirement from <3.2,>=3.1 to >=3.1,<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/3.1.0...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 b765f014..6a31bcb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ dependencies = [ "starlette", "sqlalchemy >=1.4", - "wtforms >=3.1, <3.2", + "wtforms >=3.1, <3.3", "jinja2", "python-multipart", ]