From de9f7f06c27c7b907614b6cea4375ff12b83df4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:54:17 +0000 Subject: [PATCH] Bump wtforms from 2.3.3 to 3.1.2 Bumps [wtforms](https://github.com/wtforms/wtforms) from 2.3.3 to 3.1.2. - [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.3...3.1.2) --- updated-dependencies: - dependency-name: wtforms dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index bfe2864d..64f816c4 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -33,5 +33,5 @@ SQLAlchemy==1.3.15 urllib3==1.26.18 vine==5.0.0 Werkzeug== 3.0.2 -WTForms==2.3.3 +WTForms==3.1.2 zipp==3.18.1