From f7be64296eca5d508e0a538f2f884d10cd201536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:35:55 +0000 Subject: [PATCH] Bump wtforms from 3.0.1 to 3.1.1 Bumps [wtforms](https://github.com/wtforms/wtforms) from 3.0.1 to 3.1.1. - [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.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 b9e4170..af805bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ waitress==2.1.2 flask-login==0.6.2 flask-ldap3-login==0.9.18 flask-WTF==1.2.1 -wtforms==3.0.1 +wtforms==3.1.1 Werkzeug==2.3.7 \ No newline at end of file