From 4156835c0e6eab53a52386e9a31c78c05ef370b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 09:04:39 +0000 Subject: [PATCH] Bump wtforms from 3.1.0 to 3.1.1 Bumps [wtforms](https://github.com/wtforms/wtforms) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/wtforms/wtforms/releases) - [Changelog](https://github.com/wtforms/wtforms/blob/master/CHANGES.rst) - [Commits](https://github.com/wtforms/wtforms/compare/3.1.0...3.1.1) --- updated-dependencies: - dependency-name: wtforms dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 96488ec9..a13f78fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,5 +17,5 @@ requests==2.31.0 typing_extensions==4.8.0 urllib3==2.1.0 Werkzeug==3.0.1 -WTForms==3.1.0 +WTForms==3.1.1 zipp==3.17.0