From af32b0905406c927a4a407efe8d7fff5ff2331a7 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sun, 23 Oct 2022 18:06:39 +0000 Subject: [PATCH] Update dependency WTForms to v3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4a25f83..c897a8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Flask==2.2.2 Flask-SQLAlchemy==2.5.1 Flask-HTTPAuth==4.7.0 Flask-WTF==1.0.1 -WTForms==2.3.3 +WTForms==3.0.1 PyMySQL==1.0.2 pg8000==1.29.2 requests==2.28.1 -- 2.45.2