From 5c5c00848a83fa85b8337afe6e30cef2409b015f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 04:00:25 +0000 Subject: [PATCH] Bump sphinx from 7.1.0 to 7.1.1 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.1.0 to 7.1.1. - [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.0...v7.1.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bb77624..6bf52ac 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.0", "sphinx-issues==3.0.1"], + "docs": ["marshmallow-sqlalchemy>=0.13.0", "Sphinx==7.1.1", "sphinx-issues==3.0.1"], } EXTRAS_REQUIRE["tests"] = EXTRAS_REQUIRE["sqlalchemy"] + ["pytest", "mock"] EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + ["tox", "pre-commit"]