From ad915c2bb32da652f422f103004fae25fe27e5c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 13:02:03 +0000 Subject: [PATCH] Bump flask-wtf from 1.0.0 to 1.1.1 Bumps [flask-wtf](https://github.com/wtforms/flask-wtf) from 1.0.0 to 1.1.1. - [Release notes](https://github.com/wtforms/flask-wtf/releases) - [Changelog](https://github.com/wtforms/flask-wtf/blob/main/docs/changes.rst) - [Commits](https://github.com/wtforms/flask-wtf/compare/v1.0.0...v1.1.1) --- updated-dependencies: - dependency-name: flask-wtf 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 1bf8f2b..4a6cd9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ selenium==4.1.0 webdriver-manager==3.5.2 flask==2.0.2 gunicorn==20.1.0 -Flask-WTF==1.0.0 +Flask-WTF==1.1.1 email_validator==1.1.3 \ No newline at end of file