Skip to content

Commit

Permalink
update: Flask-WTF to support newer flask
Browse files Browse the repository at this point in the history
 AttributeError: module 'flask.json' has no attribute 'JSONEncoder'
  • Loading branch information
nickumia-reisys committed Jul 3, 2023
1 parent 241a488 commit 9b36f26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Flask>=2.2.5
Flask-Babel==1.0.0
flask-multistatic==1.0
Flask-Login==0.6.2
Flask-WTF==1.0.1
Flask-WTF==1.1.1
Jinja2==3.1.2
PyJWT==2.4.0 # Upgraded to pass security scans
Markdown==3.4.1 # Upgraded https://github.com/GSA/data.gov/issues/4056
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Flask==2.3.2
Flask-Babel==1.0.0
Flask-Login==0.6.2
flask-multistatic==1.0
Flask-WTF==1.0.1
Flask-WTF==1.1.1
gevent==22.10.2
greenlet==2.0.2
gunicorn==20.1.0
Expand Down

0 comments on commit 9b36f26

Please sign in to comment.