From ec93dc7593fd66a6e42c10326ef27d4f00475850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:04:41 +0000 Subject: [PATCH] Bump wtforms from 3.1.2 to 3.2.1 Bumps [wtforms](https://github.com/pallets-eco/wtforms) from 3.1.2 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.2...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 cdb0fc1c..291dbc47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,5 +17,5 @@ PyYAML==6.0.2 requests==2.32.3 requests-mock==1.12.1 werkzeug==2.2.3 -WTForms==3.1.2 +WTForms==3.2.1 jwt==1.3.1