From 0a30d64ed40307fc46575875f5037e2279ee83f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:24:28 +0000 Subject: [PATCH] Python dependency: Update wtforms requirement in /web/regression Updates the requirements on [wtforms](https://github.com/pallets-eco/wtforms) to permit the latest version. - [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.0...3.2.0) --- updated-dependencies: - dependency-name: wtforms dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 807d4322bac..0d24d18cb24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ Flask-Babel==4.0.* Flask-Security-Too==5.5.*; python_version >= '3.10' Flask-Security-Too==5.4.*; python_version <= '3.9' Flask-SocketIO==5.4.* -WTForms==3.1.* +WTForms==3.2.* passlib==1.* pytz==2024.* speaklater3==1.*