helloflask / bootstrap-flask

Bootstrap 4 & 5 helper for your Flask projects.
https://bootstrap-flask.readthedocs.io
Other
1.1k stars 189 forks source link

Bump requirement from 2.0.2 to 2.1.0 to support urlize_columns #247

Closed BennyE closed 1 year ago

BennyE commented 1 year ago

Fixes #246 as 2.1.0 introduced support for urlize_columns-keyword to render_table MACRO.

codecov-commenter commented 1 year ago

Codecov Report

Merging #247 (9aa6c17) into master (438a299) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #247   +/-   ##
=======================================
  Coverage   97.01%   97.01%           
=======================================
  Files           1        1           
  Lines         134      134           
  Branches       23       23           
=======================================
  Hits          130      130           
  Misses          1        1           
  Partials        3        3           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

greyli commented 1 year ago

Thanks!