From fd4dc9a5cdc3231baf7f3d1ebdd1e77ec577c9cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 01:29:52 +0000 Subject: [PATCH] chore(deps): bump sphinx from 7.2.6 to 8.1.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 8.1.3. - [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/v7.2.6...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e59ec713..e0a0e069 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ all = [ dev = [ "ruff==0.4.0", "pre-commit", - "sphinx==7.2.6", + "sphinx==8.1.3", "sphinx-theme-pd==0.8.3", "sphinxawesome-theme", "pytest",