From 38b5eec53eaa86135a2049e4cf078f523f496676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 05:13:24 +0000 Subject: [PATCH] Bump sphinx-issues from 4.1.0 to 5.0.0 Bumps [sphinx-issues](https://github.com/sloria/sphinx-issues) from 4.1.0 to 5.0.0. - [Commits](https://github.com/sloria/sphinx-issues/compare/4.1.0...5.0.0) --- updated-dependencies: - dependency-name: sphinx-issues 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 97d55c6..9cb8393 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==8.0.2", "alabaster==1.0.0", "sphinx-issues==4.1.0"] +docs = ["sphinx==8.0.2", "alabaster==1.0.0", "sphinx-issues==5.0.0"] tests = ["pytest<9", "pytest-lazy-fixtures"] dev = ["marshmallow-sqlalchemy[tests]", "tox", "pre-commit~=3.5"]