From aecee1cd9f9cf9e188ddb0c623054cc5cb549f8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 00:33:18 +0000 Subject: [PATCH] chore(deps): 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] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 361ca825..dfa567be 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ flask-wtf = "==1.2.1" passlib = "==1.7.4" playwright = "==1.47.0" requests = "==2.32.3" -wtforms = "==3.2.0" +wtforms = "==3.2.1" pipenv = "==2024.1.0" [dev-packages]