From c1368f816803ff149b7089c031f089623c5938b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 00:27:53 +0000 Subject: [PATCH] chore(pip-prod)(deps): bump wtforms from 3.1.2 to 3.2.0 Bumps [wtforms](https://github.com/pallets-eco/wtforms) from 3.1.2 to 3.2.0. - [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.2...3.2.0) --- updated-dependencies: - dependency-name: wtforms dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 55a3dd8..f0b4d91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ MarkupSafe==3.0.1 requests==2.32.3 urllib3==2.2.3 Werkzeug==3.0.4 -WTForms==3.1.2 \ No newline at end of file +WTForms==3.2.0 \ No newline at end of file