From e2917e64ff9d5ecfacc5b3ad5618ebdd4142686c Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Thu, 29 Jun 2023 14:19:14 +0200 Subject: [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 --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'requirements-dev.txt') 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 -- cgit v1.2.3-54-g00ecf