From 9ca23bd55f0f427abe5bc9b96a4f527f5b09b9ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 01:59:41 +0000 Subject: [PATCH] Bump sphinx-rtd-theme from 2.0.0 to 3.0.0 Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 2.0.0 to 3.0.0. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/2.0.0...3.0.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme 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..9e71a806 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==7.4.7", "sphinx-rtd-theme==3.0.0"] plugins = ["pyqt5~=5.15", "toml==0.10.2"] [project.urls]