diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2026-03-24 21:41:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-24 21:41:39 +0100 |
| commit | c52d23f262135aa672602a16e82fe940a8a843a8 (patch) | |
| tree | 8f96f679a07a888b0c80be65eda24bd413b1d068 /requirements-dev.txt | |
| parent | ae4b73039fe216708f7e64edd2832ad5b9dc5741 (diff) | |
[fix] clean up and update python requirements (#5899)
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, 3 insertions, 5 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 326c5fdb5..348b55b3a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,16 +6,14 @@ pylint==4.0.5 splinter==0.21.0 selenium==4.41.0 Pallets-Sphinx-Themes==2.5.0 -Sphinx==8.2.3 ; python_version >= '3.11' -Sphinx==8.1.3 ; python_version < '3.11' +Sphinx==8.2.3 sphinx-issues==6.0.0 sphinx-jinja==2.0.2 sphinx-tabs==3.5.0 sphinxcontrib-programoutput==0.19 -sphinx-autobuild==2025.8.25 ; python_version >= '3.11' -sphinx-autobuild==2024.10.3 ; python_version < '3.11' +sphinx-autobuild==2025.8.25 sphinx-notfound-page==1.1.0 -myst-parser==4.0.1 +myst-parser==5.0.0 linuxdoc==20240924 aiounittest==1.5.0 yamllint==1.38.0 |
