diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2023-06-29 14:19:14 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-06-29 14:33:19 +0200 |
commit | e2917e64ff9d5ecfacc5b3ad5618ebdd4142686c (patch) | |
tree | e0607e692c9ef20f291165ddadf460f289e2ccb7 /requirements-dev.txt | |
parent | fbb72fc1f49c7d9dc908c7c8cbe5ffed150a404a (diff) | |
download | searxng-e2917e64ff9d5ecfacc5b3ad5618ebdd4142686c.tar.gz searxng-e2917e64ff9d5ecfacc5b3ad5618ebdd4142686c.zip |
[mod] Upgrade Sphinx from 6.2.1 to 7.0.1
To upgrade Sphinx, MyST-Parser and markdown-it-py must also be updated at the
same time:
Closes: https://github.com/searxng/searxng/pull/2433
Closes: https://github.com/searxng/searxng/pull/2492
Closes: https://github.com/searxng/searxng/pull/2504
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r-- | requirements-dev.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 4eb4b6d2f..954b94d61 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,14 +7,14 @@ splinter==0.19.0 selenium==4.10.0 twine==4.0.2 Pallets-Sphinx-Themes==2.1.1 -Sphinx==6.2.1 +Sphinx==7.0.1 sphinx-issues==3.0.1 sphinx-jinja==2.0.2 sphinx-tabs==3.4.1 sphinxcontrib-programoutput==0.17 sphinx-autobuild==2021.3.14 sphinx-notfound-page==0.8.3 -myst-parser==1.0.0 +myst-parser==2.0.0 linuxdoc==20230506 aiounittest==1.4.2 yamllint==1.32.0 |