From ec051ac243df8531c088e80689dd400f21522b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 11:04:56 +0000 Subject: [PATCH] Bump sphinx from 5.0.2 to 5.1.0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.0.2 to 5.1.0. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.0.2...v5.1.0) --- 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 66cefaeb..c34289be 100644 --- a/setup.py +++ b/setup.py @@ -113,7 +113,7 @@ def build_extension(self, ext): "test": ["pytest~=7.1.1"], "coverage": ["coverage[toml]~=6.4.2", "pytest-cov~=3.0.0"], "docs": [ - "sphinx==5.0.2", + "sphinx==5.1.0", "sphinx-rtd-theme==1.0.0", "sphinxcontrib-bibtex==2.4.2", "sphinx-copybutton==0.4.0",