From 704e1fcd7135b101decfdcb8ead8b9bdabc2a245 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 May 2022 11:49:15 -0400 Subject: [PATCH] Bump sphinx from 4.4.0 to 4.5.0 (#1968) Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.4.0 to 4.5.0. - [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.4.0...v4.5.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7b68bee3d..ea448cf63 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ "pre-commit~=2.4", ], "docs": [ - "sphinx==4.4.0", + "sphinx==4.5.0", "sphinx-issues==3.0.1", "alabaster==0.7.12", "sphinx-version-warning==1.1.2",