diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-10-02 10:31:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-02 10:31:23 (GMT) |
commit | 9cb8927bfc73b66e7c36ab02ca2a3077172ea0ac (patch) | |
tree | afef1dfed7fdae52202bedc7995ee0094b6ca988 | |
parent | 29b875bb93099171aeb7a60cd18d4e1f4ea3c1db (diff) | |
download | cpython-9cb8927bfc73b66e7c36ab02ca2a3077172ea0ac.zip cpython-9cb8927bfc73b66e7c36ab02ca2a3077172ea0ac.tar.gz cpython-9cb8927bfc73b66e7c36ab02ca2a3077172ea0ac.tar.bz2 |
Docs: bump Pygments to fix contrast ratios to meet WCAG AA guidelines (#110208)
-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 |