From 0dd7082b158b626481d443f78c65ef6a219331ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:07:20 +0000 Subject: [PATCH] deps:(deps-dev): bump sphinx from 5.3.0 to 7.2.6 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 7.2.6. - [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/v5.3.0...v7.2.6) --- 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 e7d378fe..0b355c63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dev = [ ] tests = ["pytest>=7.1.2", "pytest-cov>=3.0.0", "pytest-instafail>=0.4.2"] docs = [ - "sphinx==5.3.0", + "sphinx==7.2.6", "furo>=2022.12.7", # theme "sphinx-copybutton>=0.5.1", "sphinxext-opengraph>=0.7.3",