Skip to content

Commit 5158b47

Browse files
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](pallets-eco/wtforms@3.2.0...3.1.2) --- updated-dependencies: - dependency-name: wtforms dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1934a75 commit 5158b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Flask-Babel==4.0.*
2121
Flask-Security-Too==5.5.*; python_version >= '3.10'
2222
Flask-Security-Too==5.4.*; python_version <= '3.9'
2323
Flask-SocketIO==5.5.*
24-
WTForms==3.2.*; python_version >= '3.10'
24+
WTForms==3.1.*; python_version >= '3.10'
2525
WTForms==3.1.*; python_version <= '3.9'
2626
passlib==1.*
2727
pytz==2024.*

0 commit comments

Comments
 (0)