From eb6b248d2ba33a644b9bf1038e5e3f0fbe8aa77f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 01:24:01 +0000 Subject: [PATCH] Bump sphinx from 7.2.6 to 7.3.2 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 7.3.2. - [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...v7.3.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 406d1345..459652cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ tests = [ ] docs = [ "webargs[frameworks]", - "Sphinx==7.2.6", + "Sphinx==7.3.2", "sphinx-issues==4.1.0", "furo==2024.1.29", ]