diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-10-02 10:50:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-02 10:50:52 (GMT) |
commit | 8811f3d7f94fee2d4800e767115d5bbb3ca1d828 (patch) | |
tree | c473c47b933b076350f87f9908649d4fccf9c8e8 | |
parent | 48afd1cf1735ff8b4a0e7506943a6272246b926f (diff) | |
download | cpython-8811f3d7f94fee2d4800e767115d5bbb3ca1d828.zip cpython-8811f3d7f94fee2d4800e767115d5bbb3ca1d828.tar.gz cpython-8811f3d7f94fee2d4800e767115d5bbb3ca1d828.tar.bz2 |
[3.12] Docs: bump Pygments to fix contrast ratios to meet WCAG AA guidelines (GH-110208) (#110210)
Docs: bump Pygments to fix contrast ratios to meet WCAG AA guidelines (GH-110208)
(cherry picked from commit 9cb8927bfc73b66e7c36ab02ca2a3077172ea0ac)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
-rw-r--r-- | Doc/constraints.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/constraints.txt b/Doc/constraints.txt index 54888ea..147de12 100644 --- a/Doc/constraints.txt +++ b/Doc/constraints.txt @@ -10,8 +10,7 @@ colorama<0.5 imagesize<1.5 Jinja2<3.2 packaging<24 -# Pygments==2.15.0 breaks CI -Pygments<2.16,!=2.15.0 +Pygments>=2.16.1,<3 requests<3 snowballstemmer<3 sphinxcontrib-applehelp<1.1 |