From 2448b2dab5a5a5f50d5db4fb5043257064bca7ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:16:14 +0000 Subject: [PATCH] Bump sphinx from 7.4.7 to 8.0.2 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.7 to 8.0.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.4.7...v8.0.2) --- 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 5a093d76..12cda0d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dynamic = ["readme", "version"] [project.optional-dependencies] coverage = ["coverage==7.6.1"] -docs = ["sphinx==7.4.7", "sphinx-rtd-theme==2.0.0"] +docs = ["sphinx==8.0.2", "sphinx-rtd-theme==2.0.0"] formatting = ["black==24.8.0", "isort==5.13.2"] json_schemas = ["marshmallow-jsonschema==0.13.0", "setuptools==75.1.0"] linting = ["pylint==3.3.1"]