From 5fe366a23712330bc6b3fab953e0eb4e69ee58fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 02:42:48 +0000 Subject: [PATCH] Bump sphinx from 7.4.7 to 8.1.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.7 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: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 09f577dcc..fe222dafd 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ docutils==0.20.1 readthedocs-sphinx-search==0.3.2 -sphinx==7.4.7 +sphinx==8.1.3 sphinx-design==0.5.0 sphinx-argparse==0.5.2 sphinx-autoapi==3.0.0 diff --git a/pyproject.toml b/pyproject.toml index 71b408a73..dbc4d48ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ docs = [ "docutils==0.20.1", "readthedocs-sphinx-search==0.3.2", - "sphinx==7.4.7", + "sphinx==8.1.3", "sphinx-design==0.5.0", "sphinx-argparse==0.5.2", "sphinx-autoapi==3.0.0",