From b3839f5aacd08f241a9c679407b9bc5e1add1dc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:54:22 +0000 Subject: [PATCH] chore(deps-dev): bump the pip-dependencies group across 1 directory with 3 updates Updates the requirements on [pytest-randomly](https://github.com/pytest-dev/pytest-randomly), [docutils](https://github.com/rtfd/recommonmark) and [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Updates `pytest-randomly` from 4.0.1 to 4.1.0 - [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-randomly/compare/4.0.1...4.1.0) 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: pytest-randomly dependency-version: 4.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f835a50..52fcc70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,15 +33,15 @@ tests = [ "pytest>=8.2.2", ] tests-extra = [ - "pytest-randomly==4.0.1", + "pytest-randomly==4.1.0", "pytest-rerunfailures==16.1", "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", ]