From bbdf5d0e29d6bc9e3312b3064c034669584c5558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 03:08:56 +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 d3adec3..55445ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ Funding = "https://opencollective.com/marshmallow" docs = [ "marshmallow-sqlalchemy>=0.19.0", "Sphinx==8.1.0", - "sphinx-issues==4.1.0", + "sphinx-issues==5.0.0", ] tests = ["flask-marshmallow[sqlalchemy]", "pytest"] dev = ["flask-marshmallow[tests]", "tox", "pre-commit>=3.5,<5.0"]