Skip to content

Commit

Permalink
deps: Block sphinxcontrib-* that silently depend on sphinx >=5 (#2880)
Browse files Browse the repository at this point in the history
The following packages need at least sphinx-5 without indicating it in dependencies:

sphinxcontrib-applehelp >=1.0.8,
sphinxcontrib-devhelp >=1.0.6,
sphinxcontrib-htmlhelp >=2.0.5,
sphinxcontrib-serializinghtml >=1.1.10,
sphinxcontrib-qthelp >=1.0.7
  • Loading branch information
jvesely authored Jan 19, 2024
2 parents a58ff31 + ae84d45 commit 0a7c03e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions broken_trans_deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,15 @@ cattrs != 23.1.1; python_version < '3.8'
# cattrs==23.2.{1,2} breaks json serialization
# https://github.com/python-attrs/cattrs/issues/453
cattrs != 23.2.1, != 23.2.2

# The following need at least sphinx-5 without indicating it in dependencies:
# * sphinxcontrib-applehelp >=1.0.8,
# * sphinxcontrib-devhelp >=1.0.6,
# * sphinxcontrib-htmlhelp >=2.0.5,
# * sphinxcontrib-serializinghtml >=1.1.10,
# * sphinxcontrib-qthelp >=1.0.7
sphinxcontrib-applehelp <1.0.8
sphinxcontrib-devhelp <1.0.6
sphinxcontrib-htmlhelp <2.0.5
sphinxcontrib-serializinghtml <1.1.10
sphinxcontrib-qthelp <1.0.7

0 comments on commit 0a7c03e

Please sign in to comment.