From ca2d7c6102bfc4a2286df2bed50db38d31a67a16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:51:05 +0100 Subject: [PATCH] chore(pip-prod)(deps): bump wtforms from 3.1.2 to 3.2.0 (#108) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luke Tainton --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1c18b82..8230c85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ MarkupSafe==3.0.2 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