From 0a31e8fa97b2319ebf18100829840fe5bdef8709 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 07:01:14 +0100 Subject: [PATCH] chore(pip-prod)(deps): bump wtforms from 3.2.0 to 3.2.1 (#109) Bumps [wtforms](https://github.com/pallets-eco/wtforms) from 3.2.0 to 3.2.1. - [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.2.0...3.2.1) --- updated-dependencies: - dependency-name: wtforms dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8230c85..8a907fd 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.2.0 \ No newline at end of file +WTForms==3.2.1 \ No newline at end of file