From 7efef097bfc4a75be63d9ee7e906beadf25373c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:31:15 +0000 Subject: [PATCH] Bump wtforms from 3.0.1 to 3.1.2 Bumps [wtforms](https://github.com/wtforms/wtforms) from 3.0.1 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/3.0.1...3.1.2) --- 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 9d5e6ad0..1686e1b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,5 +41,5 @@ urllib3==2.0.4 # broken waitress==2.1.2 wcwidth==0.2.6 Werkzeug==2.3.6 -WTForms==3.0.1 +WTForms==3.1.2 xmltodict==0.13.0