django / djangoproject.com

Source code to djangoproject.com
https://www.djangoproject.com/
BSD 3-Clause "New" or "Revised" License
1.86k stars 937 forks source link

Updated to Pygments==2.17.2. #1482

Closed bmispelon closed 4 months ago

bmispelon commented 4 months ago

Pygments 2.14 changed the way that the HtmlFormatter() renders whitespace which caused one of our tests to start failing.

I've updated the expected HTML output in the test and bumped Pygments to the latest available version. This replaces #1391