From e23c09d4ddcbd613d32ee7b46174e8c6cd6b6928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 15:39:58 -0700 Subject: [PATCH] Update sphinx requirement from ^4.3.1 to ^6.2.1 (#88) Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [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/v4.3.1...v6.2.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d4338ba66..a4255f5c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pytest = "^7.0.1" pytest-asyncio = "^0.21.0" pytest-cov = "^4.0.0" ruff = "^0.0.264" -Sphinx = "^4.3.1" +Sphinx = "^6.2.1" sphinx-autoapi = "^2.0.1" sphinx-autodoc-typehints = "^1.12.0" sphinxcontrib-spelling = "^8.0.0"