Skip to content

Commit

Permalink
Merge pull request #35 from toddbirchard/renovate/flask-wtf-0.x
Browse files Browse the repository at this point in the history
Update dependency flask-wtf to v0.15.1
  • Loading branch information
toddbirchard authored Feb 2, 2022
2 parents a5ce55e + ef5c1ea commit 17f0928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ flask-assets==2.0
flask-login==0.5.0
flask-sqlalchemy==2.4.4; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
flask-wtf==1.0.0
flask==1.1.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
flask==2.0.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
idna==2.10; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
intervaltree==3.1.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
itsdangerous==1.1.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
Expand Down

0 comments on commit 17f0928

Please sign in to comment.