From 86cbb3fad49e8104448a2d748977183ec08cd2a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 03:51:22 +0000 Subject: [PATCH] Bump sphinx from 7.1.2 to 7.2.5 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.1.2 to 7.2.5. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.1.2...v7.2.5) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a62d631..0870175 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ "flask-sqlalchemy>=3.0.0", "marshmallow-sqlalchemy>=0.28.2", ], - "docs": ["marshmallow-sqlalchemy>=0.13.0", "Sphinx==7.1.2", "sphinx-issues==3.0.1"], + "docs": ["marshmallow-sqlalchemy>=0.13.0", "Sphinx==7.2.5", "sphinx-issues==3.0.1"], } EXTRAS_REQUIRE["tests"] = EXTRAS_REQUIRE["sqlalchemy"] + ["pytest", "mock"] EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + ["tox", "pre-commit"]