From 38b1dddc9e25f820316c8ef8468c77a33092ea2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 19:07:39 +0000 Subject: [PATCH] Bump sphinx from 4.0.2 to 4.0.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.0.2...v4.0.3) --- 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 08809ee9f..9d1243f0d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ "pre-commit~=2.4", ], "docs": [ - "sphinx==4.0.2", + "sphinx==4.0.3", "sphinx-issues==1.2.0", "alabaster==0.7.12", "sphinx-version-warning==1.1.2",