From 43a4306ac27205c6798aefeaa5e2e44723ca504d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:29:34 +0000 Subject: [PATCH] Bump wtforms from 3.1.1 to 3.2.1 Bumps [wtforms](https://github.com/pallets-eco/wtforms) from 3.1.1 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.1.1...3.2.1) --- 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 2f4a0b3..fe2d38d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,6 +26,6 @@ typing_extensions==4.8.0 uWSGI==2.0.23 Werkzeug==3.0.1 wrapt==1.16.0 -WTForms==3.1.1 +WTForms==3.2.1 yapf==0.40.2 zipp==3.17.0