helloflask / bootstrap-flask

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

Address flask.Markup deprecation in Flask 2.3 #296

Closed guidoiaquinti closed 1 year ago

guidoiaquinti commented 1 year ago

This PR fixes the flask.Markup deprecation in Flask 2.3 (see upstream changelog)

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (22374ff) 100.00% compared to head (f7d1481) 100.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #296 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 1 1 Lines 135 136 +1 Branches 16 16 ========================================= + Hits 135 136 +1 ``` | [Impacted Files](https://app.codecov.io/gh/helloflask/bootstrap-flask/pull/296?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=helloflask) | Coverage Δ | | |---|---|---| | [flask\_bootstrap/\_\_init\_\_.py](https://app.codecov.io/gh/helloflask/bootstrap-flask/pull/296?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=helloflask#diff-Zmxhc2tfYm9vdHN0cmFwL19faW5pdF9fLnB5) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

greyli commented 1 year ago

Merged, thanks!