Skip to content

Commit

Permalink
Update Flask-WTF to 0.14.3 to fix python2 - python3 transition
Browse files Browse the repository at this point in the history
When updating I Hate Money from python2 to python3, any leftover cookie
set from python2 causes the python3 version to crash when reading the
cookie back.

This is a bug/omission in Flask-WTF: pallets-eco/flask-wtf#275

It was fixed in 0.14.3 with: pallets-eco/flask-wtf@eff54ec
  • Loading branch information
Baptiste Jonglez authored and zorun committed Jun 7, 2020
1 parent b690e48 commit b76da17
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 @@ -66,7 +66,7 @@ def parse_requirements(filename):
"Flask-RESTful==0.3.7",
"Flask-Script==2.0.6",
"Flask-SQLAlchemy==2.4.0",
"Flask-WTF==0.14.2",
"Flask-WTF==0.14.3",
"itsdangerous==1.1.0",
"Jinja2==2.10.1",
"six==1.14.0",
Expand Down

0 comments on commit b76da17

Please sign in to comment.