From 441c6b3c09cd5a914669cbde3e14eae1d51a071a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 00:18:37 +0000 Subject: [PATCH] chore(deps): bump flask-wtf from 1.2.1 to 1.2.2 Bumps [flask-wtf](https://github.com/pallets-eco/flask-wtf) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/pallets-eco/flask-wtf/releases) - [Changelog](https://github.com/pallets-eco/flask-wtf/blob/main/docs/changes.rst) - [Commits](https://github.com/pallets-eco/flask-wtf/compare/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: flask-wtf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 38be489..3197851 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ name = "pypi" [packages] flask = "==3.0.3" -flask-wtf = "==1.2.1" +flask-wtf = "==1.2.2" passlib = "==1.7.4" playwright = "==1.48.0" requests = "==2.32.3"