Skip to content

Commit

Permalink
chore: Pin werkzeug version (#6824)
Browse files Browse the repository at this point in the history
Since we are directly depending on werkzeug, it should
be tracked in requirements file so that transitive upgrade
does not break the project
  • Loading branch information
iamareebjamal authored Feb 8, 2020
1 parent 42c409b commit c42e031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Flask-Login~=0.4
Flask-Scrypt~=0.1.3
flask-jwt-extended~=3.24.1
flask-celeryext~=0.3
werkzeug~=0.16.1
omise~=0.8.1
requests-oauthlib~=1.3
icalendar~=4.0.4
Expand Down

0 comments on commit c42e031

Please sign in to comment.