From 3d38ed12dc1770c067cf89150189baf0482df738 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 03:38:37 +0000 Subject: [PATCH] Bump sphinx from 7.2.6 to 7.3.4 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 7.3.4. - [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.4) --- 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 1d92cf9..f53a9d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ Funding = "https://opencollective.com/marshmallow" [project.optional-dependencies] docs = [ "marshmallow-sqlalchemy>=0.19.0", - "Sphinx==7.2.6", + "Sphinx==7.3.4", "sphinx-issues==4.1.0", ] tests = ["flask-marshmallow[sqlalchemy]", "pytest"]