From 0d3ed074058eb39b962d41ef8ead0330af486b83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 23:12:59 +0000 Subject: [PATCH] Bump sphinx from 4.0.1 to 4.3.2 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.0.1 to 4.3.2. - [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.1...v4.3.2) --- 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 4272dceb1..9a20a411c 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ "pre-commit~=2.4", ], "docs": [ - "sphinx==4.0.1", + "sphinx==4.3.2", "sphinx-issues==1.2.0", "alabaster==0.7.12", "sphinx-version-warning==1.1.2",