thunderbird / thunderbird-website

Build code for the websites on thunderbird.net and start.thunderbird.net
https://www.thunderbird.net
133 stars 72 forks source link

Upgrade Jinja2 from 3.0.3 to 3.1.3 and fix the build accordingly. #555

Closed MelissaAutumn closed 5 months ago

MelissaAutumn commented 5 months ago

Originally #551, but we needed some additional changes to make our site build.

As per the changelog, I've swapped jinja2.Markup to markupsafe.Markup. I've checked the instances where we use it and I can't find any issues with the change.