From 78ee7b26c33bccdbed7e05043c65c763316ce776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 01:58:48 +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 f6e21873..40eef1e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dynamic = ["version"] [project.optional-dependencies] dev = ["pytest==8.3.3", "pytest-cov==5.0.0", "black==24.8.0", "flake8==7.1.1"] -docs = ["sphinx==7.4.7", "sphinx-rtd-theme==2.0.0"] +docs = ["sphinx==8.0.2", "sphinx-rtd-theme==2.0.0"] plugins = ["pyqt5~=5.15", "toml==0.10.2"] [project.urls]