From 96d51d7e92b799b3bb57f4840155233cf9bdad39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 16:11:37 +0000 Subject: [PATCH] chore(deps-dev): bump the pip-dependencies group across 1 directory with 2 updates Updates the requirements on [docutils](https://github.com/rtfd/recommonmark) and [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Updates `docutils` to 0.22.4 - [Changelog](https://github.com/readthedocs/recommonmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/rtfd/recommonmark/commits) Updates `sphinx` to 8.1.3 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.4.7...v8.1.3) --- updated-dependencies: - dependency-name: docutils dependency-version: 0.22.4 dependency-type: direct:development dependency-group: pip-dependencies - dependency-name: sphinx dependency-version: 8.1.3 dependency-type: direct:development dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f835a50..c7384db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,10 +38,10 @@ tests-extra = [ "pytest-xdist==3.8.0", ] docs = [ - "docutils==0.21.2,<0.22", + "docutils==0.22.4", "jupyter-book==1.0.4.post1,<2.0", "sphinx-autobuild==2024.10.3", - "sphinx==7.4.7,<8.0", + "sphinx==8.1.3", "sphinx-github-changelog==1.7.2", ]