From c883dfb7201b0510cab923f37660c4de81c320ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 02:04:59 +0000 Subject: [PATCH] Bump sphinx from 7.4.5 to 8.0.2 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.5 to 8.0.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.4.5...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 41b7bef..915268b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ Issues = "https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues" Source = "https://github.com/marshmallow-code/marshmallow-sqlalchemy" [project.optional-dependencies] -docs = ["sphinx==7.4.5", "alabaster==1.0.0", "sphinx-issues==4.1.0"] +docs = ["sphinx==8.0.2", "alabaster==1.0.0", "sphinx-issues==4.1.0"] tests = ["pytest<9", "pytest-lazy-fixtures"] dev = ["marshmallow-sqlalchemy[tests]", "tox", "pre-commit~=3.5"]