From 2d0687ae626c0d06a92ccbff5cc6e3d090640a8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 00:35:29 +0000 Subject: [PATCH] chore(deps): bump wtforms from 3.1.2 to 3.2.0 Bumps [wtforms](https://github.com/pallets-eco/wtforms) from 3.1.2 to 3.2.0. - [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.0) --- 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 219a27d0..361ca825 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.1.2" +wtforms = "==3.2.0" pipenv = "==2024.1.0" [dev-packages]