Skip to content

Commit

Permalink
Update Flask-WTF to version 1.2.1
Browse files Browse the repository at this point in the history
... in order to get rid of deprecation warnings in integration tests.
  • Loading branch information
stsnel committed Oct 18, 2023
1 parent 3fe8f6b commit d51918b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"Flask==2.3.2",
"Flask-session2==1.3.1",
"Flask-SQLAlchemy==3.0.3",
"Flask-wtf==1.1.1",
"Flask-wtf==1.2.1",
"psycopg2-binary==2.9.5",
"requests==2.31.0",
"Werkzeug==2.3.7"
Expand Down

0 comments on commit d51918b

Please sign in to comment.