From d7bc9083b4cdf940617297c4ae20115bee123d52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 11:53:06 +0000 Subject: [PATCH] build(deps): bump the python-deps group with 4 updates Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx), [furo](https://github.com/pradyunsg/furo), [myst-parser](https://github.com/executablebooks/MyST-Parser) and [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) to permit the latest version. 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/v8.0.0...v8.1.3) Updates `furo` to 2025.12.19 - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](https://github.com/pradyunsg/furo/compare/2024.05.06...2025.12.19) Updates `myst-parser` to 4.0.1 - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/MyST-Parser/compare/v4.0.0...v4.0.1) Updates `sphinx-autodoc-typehints` to 3.0.1 - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.4.0...3.0.1) --- updated-dependencies: - dependency-name: sphinx dependency-version: 8.1.3 dependency-type: direct:production dependency-group: python-deps - dependency-name: furo dependency-version: 2025.12.19 dependency-type: direct:production dependency-group: python-deps - dependency-name: myst-parser dependency-version: 4.0.1 dependency-type: direct:production dependency-group: python-deps - dependency-name: sphinx-autodoc-typehints dependency-version: 3.0.1 dependency-type: direct:production dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b66b4cb..22a5414 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -sphinx>=8.0 -furo>=2024.5.6 -myst-parser>=4.0 -sphinx-autodoc-typehints>=2.4 +sphinx>=8.1.3 +furo>=2025.12.19 +myst-parser>=4.0.1 +sphinx-autodoc-typehints>=3.0.1