From 6e7f29c8bb77ac7eca00d5e1c6548f49b8ef79fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 01:10:47 +0000 Subject: [PATCH 1/2] [deps] Update sphinx requirement from ~=8.0.2 to ~=9.1.0 Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v8.0.2...v9.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 23b10c14..3ce7fb6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -sphinx~=8.0.2 +sphinx~=9.1.0 sphinxawesome-theme~=5.3.2 svglib rst2pdf From 5fd31067262332a6008218ee3129bcde7c965dda Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Tue, 13 Jan 2026 18:54:22 -0300 Subject: [PATCH 2/2] [deps] Switched to openwisp-utils 1.3 dev version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f16ae303..60f389fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ pypandoc_binary~=1.16 sphinxcontrib-jquery sphinx-notfound-page sphinxcontrib-spelling -openwisp-utils[qa] @ https://github.com/openwisp/openwisp-utils/tarball/1.2 +openwisp-utils[qa] @ https://github.com/openwisp/openwisp-utils/tarball/1.3 pylinkvalidator