From b815a127d74acb00b6abca7eeca71b98aa633743 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 11:15:23 +0000 Subject: [PATCH] Update dependency WTForms to v3.1.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b093678..3e95972 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ MarkupSafe==2.1.3 requests==2.31.0 urllib3==2.1.0 Werkzeug==3.0.1 -WTForms==3.1.1 \ No newline at end of file +WTForms==3.1.2 \ No newline at end of file