From 67fbf2d437741209b048657e866dd7643d956557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 10:14:51 +0000 Subject: [PATCH 1/2] chore(deps): bump sphinx from 8.2.3 to 9.1.0 in /docs Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 8.2.3 to 9.1.0. - [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.2.3...v9.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 97da28fc31a79..0a3b839a033fd 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -sphinx==8.2.3 +sphinx==9.1.0 sphinx-reredirects==1.1.0 pydata-sphinx-theme==0.16.1 myst-parser==4.0.1 From 4cac149b16b5559055cb1d96cf24917dc849883c Mon Sep 17 00:00:00 2001 From: Jeffrey Vo Date: Mon, 19 Jan 2026 23:05:15 +1100 Subject: [PATCH 2/2] Apply suggestion from @Jefffrey --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0a3b839a033fd..73c6643c720f2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -18,7 +18,7 @@ sphinx==9.1.0 sphinx-reredirects==1.1.0 pydata-sphinx-theme==0.16.1 -myst-parser==4.0.1 +myst-parser==5.0.0 maturin==1.11.5 jinja2==3.1.6 setuptools==80.9.0