1# We have upper bounds on our transitive dependencies here 2# To avoid new releases unexpectedly breaking our build. 3# This file can be updated on an ad-hoc basis, 4# though it will probably have to be updated 5# whenever Doc/requirements.txt is updated. 6 7# Direct dependencies of Sphinx 8babel<3 9colorama<0.5 10imagesize<1.5 11Jinja2<3.2 12packaging<24 13# Pygments==2.15.0 breaks CI 14Pygments<2.16,!=2.15.0 15requests<3 16snowballstemmer<3 17sphinxcontrib-applehelp<1.1 18sphinxcontrib-devhelp<1.1 19sphinxcontrib-htmlhelp<2.1 20sphinxcontrib-jsmath<1.1 21sphinxcontrib-qthelp<1.1 22sphinxcontrib-serializinghtml<1.2 23 24# Direct dependencies of Jinja2 (Jinja is a dependency of Sphinx, see above) 25MarkupSafe<2.2 26 27# Direct dependencies of sphinx-lint 28polib<1.3 29regex<2024 30