diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2026-05-04 16:06:34 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2026-05-05 09:57:42 +0200 |
| commit | 12b7fd341c1319d2949d74f6800e3e973ed8326e (patch) | |
| tree | a5ba2d0b7c6b0fdfed1fb235fa3da7862626d3e6 /requirements-dev.txt | |
| parent | aefc3c3166178eefba4f6aaf4bdde9e4f158d493 (diff) | |
[upd] pypi: Update docutils (0.22.4) and Sphinx (9.1.0)
Sphinx 9.1.0 dropped Python 3.11 support [1].
[1] https://www.sphinx-doc.org/en/master/changes/index.html#release-9-1-0-released-dec-31-2025
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'requirements-dev.txt')
| -rw-r--r-- | requirements-dev.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 661e9e33b..d739da78c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,8 @@ pylint==4.0.5 splinter==0.21.0 selenium==4.43.0 Pallets-Sphinx-Themes==2.5.0 -Sphinx==8.2.3 +Sphinx==8.2.3;python_version <= "3.11" +Sphinx==9.1.0; python_version > "3.11" sphinx-issues==6.0.0 sphinx-jinja==2.0.2 sphinx-tabs==3.5.0 @@ -14,12 +15,13 @@ sphinxcontrib-programoutput==0.19 sphinx-autobuild==2025.8.25 sphinx-notfound-page==1.1.0 myst-parser==5.0.0 -linuxdoc==20240924 +linuxdoc==20260504 aiounittest==1.5.0 yamllint==1.38.0 wlc==1.17.2 coloredlogs==15.0.1 -docutils>=0.21.2 +docutils>=0.21.2;python_version <= "3.11" +docutils>=0.22.4; python_version > "3.11" parameterized==0.9.0 granian[reload]==2.7.4 basedpyright==1.39.3 |
