From 9167ce389d5965cfb377efe1f8741f9359e41086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 06:36:56 +0000 Subject: [PATCH] build(deps-dev): bump sphinx from 7.1.0 to 7.2.2 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.1.0 to 7.2.2. - [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.2.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 d00ee7fa8..280e36117 100644 --- a/setup.py +++ b/setup.py @@ -129,7 +129,7 @@ def merge_req_lists(*req_lists: List[str]) -> List[str]: doc = merge_req_lists( [ - "sphinx==7.1.0", + "sphinx==7.2.2", "pydata-sphinx-theme==0.13.3", "sphinxcontrib-apidoc==0.3.0", "sphinxcontrib-httpdomain==1.8.0",