Skip to content

Commit 91a4cee

Browse files
marc-hblgirdwood
authored andcommitted
scripts/requirements-lax.txt: align with more recent requirements.txt
No point accepting versions older than the officially supported versions. Fixes commit 0d8991b ("Update req.txt file, update copyright, change release number") Signed-off-by: Marc Herbert <[email protected]>
1 parent 73ac8f5 commit 91a4cee

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

scripts/requirements-lax.txt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,23 @@
99
# PIP_IGNORE_INSTALLED=0 pip3 install --user -r scripts/requirements-lax.txt
1010
# See https://github.com/pypa/pip/issues/4222
1111

12-
breathe>=4.7.3
13-
sphinx>=1.6.7
14-
docutils>=0.14
12+
breathe>=4.29.2
13+
sphinx>=4.5.0
14+
docutils>=0.17.1
1515
sphinx_rtd_theme>=0.2.4
1616
sphinxcontrib-blockdiag>=3.0.0
1717

1818
# - Version 0.11 is the first version that supports
1919
# `plantuml_output_format=none` which is required for instant builds.
2020
# https://pypi.org/project/sphinxcontrib-plantuml/0.11/
2121
#
22-
# - 0.24 is the last version successfully tested with
23-
# PIP_IGNORE_INSTALLED=0 and Ubuntu 20.04 (see .github/worflows/)
24-
#
2522
# - Note 0.9 is the minimum to fix this fatal import failure:
2623
#
2724
# sphinx.util.compat.Directive class is now deprecated. Please
2825
# use instead docutils.parsers.rst.Directive
2926
#
3027
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896485#12
31-
sphinxcontrib.plantuml>=0.11,<0.25
28+
sphinxcontrib.plantuml>=0.11
3229

3330
# Differences between these "lax" version requirements and the official
3431
# ones in requirements.txt:

0 commit comments

Comments
 (0)